Skip to content

Concurrent run once tasks #1069

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

Merged
merged 3 commits into from
Jul 20, 2016
Merged

Concurrent run once tasks #1069

merged 3 commits into from
Jul 20, 2016

Conversation

ssalinas
Copy link
Member

@ssalinas ssalinas commented Jun 7, 2016

Right now, if a run once task is already running, we cannot enqueue another until it is finished. These changes allow multiple run once tasks (from different deploys) to run at the same time. There will still be a conflict if the previous deploy is still in progress (i.e. poller hasn't finished it yet), but that's a separate problem to tackle if it happens to slow us down too much

@gchomatas

edit: previously if deploys came too close together, we would actually miss one of them and never run a task for it, that is fixed in this as well

@ssalinas ssalinas merged commit fb19e94 into master Jul 20, 2016
@ssalinas ssalinas deleted the multi_run_once branch July 20, 2016 13:22
@ssalinas ssalinas added this to the 0.9.0 milestone Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant