Skip to content

Concurrency control question #694

Answered by bensheldon
shouichi asked this question in Q&A
Discussion options

You must be logged in to vote

@shouichi You've discovered how the Concurrency Control plugin works: raise and retry with incremental backoff. GoodJob doesn't have a different mechanism for managing concurrency, other than through a dedicated queue and process. It doesn't necessarily have to be a dedicated process if you write some dynamic configuration, but you would have to manage that in you ops process; or do both (hold down your true concurrency, and use the concurrency plugin as backstop)

I'm always open to alternative implementations if you have ideas.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@shouichi
Comment options

@bensheldon
Comment options

@shouichi
Comment options

@bensheldon
Comment options

@bensheldon
Comment options

Answer selected by shouichi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants