Skip to content

Concurrent run once tasks#1069

Merged
ssalinas merged 3 commits into
masterfrom
multi_run_once
Jul 20, 2016
Merged

Concurrent run once tasks#1069
ssalinas merged 3 commits into
masterfrom
multi_run_once

Conversation

@ssalinas

@ssalinas ssalinas commented Jun 7, 2016

Copy link
Copy Markdown
Contributor

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