Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared task definition / existing services #15

Open
robmoorman opened this issue Jan 17, 2018 · 0 comments
Open

Shared task definition / existing services #15

robmoorman opened this issue Jan 17, 2018 · 0 comments
Labels

Comments

@robmoorman
Copy link
Contributor

robmoorman commented Jan 17, 2018

    # Check if all services exist
    existing_services = utils.describe_services(
        connection.ecs, cluster=cluster_name,
        services=task_definitions.keys())

Should this not be services.keys(), as we want to match against service names and not names of task definitions.

Currently it's not possible to run multiple services with a shared task definition (e.g. a celery worker with different queues).

@robmoorman robmoorman added the bug label Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant