Deprecate Cancel Job command #9247
Labels
area/maintainability
Marks an issue as improving the maintainability of the project
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
scope/broker
Marks an issue or PR to appear in the broker section of the changelog
version:8.1.0-alpha2
version:8.1.0
Marks an issue as being completely or in parts released in 8.1.0
Description
The cancel job command was used to cancel any existing jobs belonging to a scope that is being terminated. This was changed with #9219 at which point the command was no longer written by the engine. It now only writes the canceled event.
For backward compatibility, the engine must still support the cancel command and the cancel job processor. We should however deprecate the command for future removal.
The text was updated successfully, but these errors were encountered: