camunda-community-hub / pyzeebe

Python client for Zeebe workflow engine
https://camunda-community-hub.github.io/pyzeebe/
MIT License
87 stars 37 forks source link

feat: stop worker if channel is closed #526

Open dimastbk opened 2 weeks ago

dimastbk commented 2 weeks ago

Description of PR...

Changes

API Updates

New Features (required)

This section should include details regarding new features added to the library. This should include both open and private APIs. If including both, create two sub headers underneath this one to label updates accordingly.

Deprecations (required)

All deprecations should be listed here in order to ensure the reviewer understands which sections of the codebase will affect contributors and users of the library.

Enhancements (optional)

The enhancements section should include code updates that were included with this pull request. This sections should detail refactoring that might have affected other parts of the library.

Checklist

References

(optional)

Include important links regarding the implementation of this PR. This usually includes and RFC or an aggregation of issues and/or individual conversations that helped put this solution together. This helps ensure there is a good aggregation of resources regarding the implementation.

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11664521603

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pyzeebe/worker/worker.py 6 7 85.71%
<!-- Total: 15 16 93.75% -->
Totals Coverage Status
Change from base Build 11659466005: 1.4%
Covered Lines: 1041
Relevant Lines: 1059

💛 - Coveralls