Task #4201
closedTurn all existing cron scripts in TYPO3 into scheduler tasks
0%
Description
Turn all existing cron scripts in TYPO3 into scheduler tasks (where possible ans makes sense)
Updated by Christian Kuhn about 12 years ago
Idea: With 6.0 we now have a possibility to execute specific scheduler tasks via cli. Thus, it might be possible to remove the old lowlevel tasks, clean them up and introduce as scheduler tasks again. This way we would have no code duplication, we get a chance to create sane new tasks and would be able to execute them with an API that catches them all. Maybe a task for 6.1. If someone wants to step in, I'd happily help to sort out the details.
Updated by Ingo Renner about 12 years ago
sounds good to me. This issue could act as an umbrella then.
Updated by Stefan Neufeind almost 12 years ago
Sounds like a great way to get rid of old lowlevel-tasks, I agree. Could we do this change on the break towards a new minor version (6.1 now which is not yet released)? I don't think that a regular "implement now" (new feature - so for 6.1) "and deprecate for later" (6.3 - we'd still carry it along inside 6.2 LTS then) would be practical.
Updated by Felix Kopp over 11 years ago
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
- TYPO3 Version set to 4.5
Does anyone know which tasks we still ship so we can go on with this one?
Updated by Stephan Großberndt almost 10 years ago
You noticed the repository? https://forge.typo3.org/projects/extension-lowlevel_scheduler_task/repository
Updated by Alexander Opitz over 9 years ago
As the extension exists and it glues the cron tasks with scheduler ... is this issue solved?
Updated by Xavier Perseguers over 9 years ago
I'd like having it officially in core, not having to rely on 3rd party extension for such a lowlevel TYPO3 stuff.
Updated by Stephan Großberndt over 9 years ago
- Status changed from Needs Feedback to Closed
- TYPO3 Version changed from 4.5 to 7
According to Christian Kuhn:
scheduler tasks don't really fit the lowlevel cli stuff (at least that was my conclusion when i looked at this stuff some years ago). for instance, the tasks give a flow of messages while they run. the scheduler can not handle stuff like that well. thus, i'd rather wait until we finally have a solid cli console at hand (rumors say this might still happen during 7, but that is not 100% safe) and transfer / migrate the lowlevel stuff to this api then.