Actions
Feature #87451
closedAllow execution of multiple scheduler tasks in command line
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2019-01-15
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.2
Tags:
Complexity:
easy
Sprint Focus:
Description
The Scheduler currently executes multiple task in one call which might lead to side effects between tasks when they change global state (like EXT:solr by initializing a TSFE with a different language).
To make debugging of those side effects easier it would be helpful to pass multiple task UIDs to the scheduler command that are executed subsequently.
Actions