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

Serialize builds #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Serialize builds #10

wants to merge 3 commits into from

Conversation

aandrieiev
Copy link

The main change is here.

@msawka
Copy link
Contributor

msawka commented Aug 4, 2015

  • i don't think the check time needs to be configurable
  • rather than callback and recursively wait, let's update the event log (to say that there's a pending build before), wait, and then requeue the message with rabbitmq. that would free up the WO to process more.
  • we need to be careful here. just because a Workflow came back as "pending", doesn't mean that another WO or Builder isn't already processing it. This should check if the earlier workflow is the current workflow id, and then continue processing. This should eliminate the need for WorkflowAPIStub.

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.

3 participants