-
Notifications
You must be signed in to change notification settings - Fork 37
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
add timeout to ActivateJobs request #325
Conversation
Hey @EyalCMX, looks good. Please rebase from master so that tests can run and we can merge |
handle grpc deadline exceeded exception remove logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
@JonatanMartens done please approve! |
Pull Request Test Coverage Report for Build 11057437142Details
💛 - Coveralls |
@EyalCMX the job for format checking fails. |
@JonatanMartens done please approve! |
@JonatanMartens can u approve it again please |
@JonatanMartens can u merge it i dont have permission |
@EyalCMX @JonatanMartens i'm waiting for this to be merged. Is there a more maintained zeebe python plugin available? |
@michaelarnauts i dont think @JonatanMartens maintains this library... and i can't merge it |
Hey there @michaelarnauts @EyalCMX -- we're looking for additional maintainers for this project. #381 |
Hey @EyalCMX, I'm very sorry for the delayed review |
@EyalCMX , congrats! |
add timeout to ActivateJobs request
handle ZeebeDeadlineExceeded exception
Changes
API Updates
New Features (required)
None
Deprecations (required)
None
Enhancements (optional)
fixing the issue describe below:
when using Camunda cloud zeebe, polling requests for activateJobs can stuck forever,
which leads to inability to consume more tasks
Checklist
References
Fixes #324