Skip to content

v3.0.0rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@JonatanMartens JonatanMartens released this 28 Sep 11:42
486ff4e

Changes

  • Raise ProcessTimeoutError when a process takes too long to complete using run_process_with_result
  • Add support for camunda cloud regions - #209

Fixes

  • Fix logging when failed to poll for jobs (in JobPoller) - #205
  • Fix bug where the worker would stop after processing max_task_count - #201
  • Fix bug where the worker would crash after a job is reactivated - #212
  • Fix bug where the worker would not continue after zeebe experiences a restart - #213
  • Fix bug where inject job parameter would not contain variables - #207