Feature #52686
closedscheduler: mark task to immediately be triggered by cron
0%
Description
Sometimes you want to let a certain scheduler task be triggered by the cron immediately at the next run.
You might want to run in cli context instead of triggering in the BE module since in many setups the cli task has more resources (max execution time, memory limit).
There should be a new action icon to mark a task to be run by cron. Or even also a new button like "Mark selected tasks for next cronjob run"
This should just update nextexecution field to $GLOBALS['EXEC_TIME']
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Riccardo De Contardi almost 9 years ago
- Status changed from New to Closed
I close this as a duplicate of #45537 please continue the discussion there. The two issues has been related, and the description of this one has been reported there to keep track of it.
If you think that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Thank you