Releases: virtool/virtool-workflow
Releases · virtool/virtool-workflow
4.2.2
4.2.2 (2022-07-11)
Bug Fixes
- retry requests on when connection refused (2446a10)
- retry requests that encounter server disconnections (d5a29f5)
4.2.1
4.2.1 (2022-06-02)
Bug Fixes
- set name using step decorator parameters (db62f2c)
4.2.0
4.2.0 (2022-05-26)
Bug Fixes
- avoid logging JSON responses (7ca610e)
Features
- raise an error when a subprocess fails (9440285)
4.1.0
4.1.0 (2022-05-26)
Features
4.0.3
4.0.3 (2022-05-16)
Bug Fixes
- don't log Redis connection information (753db26)
4.0.2
4.0.2 (2022-05-06)
Bug Fixes
- wait longer to establish a redis connection (dc74370)
4.0.1
4.0.1 (2022-05-05)
Bug Fixes
- initialize missing samples_provider (7f02dc5)
- prevent exception related to current_step (3b03de4)
4.0.0
4.0.0 (2022-04-28)
Features
- add
on_error
and on_terminated
hooks (699d6fe)
- add
on_terminated
hook that is triggered on SIGTERM (387f1dd)
- exit gracefully on SIGTERM, timeout, and cancellation (061eecd)
BREAKING CHANGES
The on_failure
hook is still triggered in any failure condition, but it doesn't require and error having been set and doesn't push a status update. The status push behavior is implemented using the on_error
, on_terminated
, and on_cancelled
hooks.
Workflows may have to be updated to account for this change.
3.0.0
3.0.0 (2022-04-26)
chore
Features
- exit gracefully when no job found or SIGTERM received (33386c6)
- simplify command line interface (3e7bb4e)
BREAKING CHANGES
- Trigger a release for previous release 2.3.0.
2.2.0
2.2.0 (2022-03-25)
Bug Fixes
- use multiple processes for
skewer
command (d15a3c0)
Features