Actions
Bug #89873
closedbackend:lock/backend:unlock are not longer available as scheduler tasks
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
Start date:
2019-12-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
#89387 dropped the support with the patch in https://review.typo3.org/c/Packages/TYPO3.CMS/+/61938
The reason was to fix execution from the backend.
The schedulers primary task is to schedule tasks, not to execute them from the backend.
The backend-execution is only an additional functionality, which is available because it's sometime handy for manual tasks/testing.
We shouldn't mark commands as non-schedulable when scheduling them is a perectly valid usecase.
Actions