Actions
Feature #63703
closedStop task from CLI
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2014-12-09
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
When a scheduler task is marked as running, the -f
CLI parameter does not actually run the task but skips it.
During development, it's often necessary to stop the script during a run, leaving the scheduler task in the "running" state, without a way to reset it on CLI. You always have to use the browser-based backen.
It would be helpful if there was a way to stop a running task via CLI.
Actions