Pyzeebe

Latest version: v3.0.4

Safety actively analyzes 623739 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

3.0.4

Fixes

* Fix bug where tasks with job parameter return the job object to the gateway - 298

3.0.3

Fixes

* Fix bug where job status would not be set, meaning decorators would not know if a job had failed or succeeded - See 287

3.0.2

Fixes

- Fix bug where decorators that were added to the worker were not propagated to the tasks in included routers - 282
- Fix bug where variables were not given to decorators after the job was performed - 284

3.0.1

Changes

- Raise pyzeebe errors from the underlying grpc error for better stack traces
- Raise `UnkownGrpcStatusCodeError` instead of reraising grpc error when encountering an unexpected status code

Fixes

- Fix bug where workers on python 3.6 would use `event_loop.create_task` which was introduced in python 3.7

3.0.0

Changes

* Support for zeebe 1.x.x
* Naming changed accoridingly (workflow -> process)
* Support async tasks. See [docs](https://pyzeebe.readthedocs.io/en/latest)
* Add ability to provide custom grpc channels
* Add builtin grpc creators (`create_insecure_channel`, `create_secure_channel` and `create_camunda_cloud_channel`)
* Add ability to access job inside a task
* Limit amount of jobs that can run concurrently per task

3.0.0rc5

Changes

* Limit running jobs per task instead of worker - 202
* Add parameter to `task` decorator called `max_running_jobs`
* Removed `max_jobs_to_activate` from worker configuration

Fixes

* Fix issue where wrong audience value would result in `InvalidCamundaCloudCredentialsError` - 217

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.