Project

General

Profile

Actions

Task #4201

closed

Turn all existing cron scripts in TYPO3 into scheduler tasks

Added by Ingo Renner over 14 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Category:
scheduler
Target version:
-
Start date:
2009-08-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Turn all existing cron scripts in TYPO3 into scheduler tasks (where possible ans makes sense)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #25339: Create scheduler task for lowlevel_refindexClosed2011-03-16

Actions
Has duplicate TYPO3 Core - Feature #25639: task for oldstyle commandline scriptsClosed2009-12-20

Actions
Actions #1

Updated by Christian Kuhn over 11 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.

Actions #2

Updated by Ingo Renner over 11 years ago

sounds good to me. This issue could act as an umbrella then.

Actions #3

Updated by Stefan Neufeind about 11 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.

Actions #4

Updated by Felix Kopp about 11 years ago

+1

Actions #6

Updated by Michael Stucki over 10 years ago

  • Category set to scheduler
Actions #7

Updated by Michael Stucki over 10 years ago

  • Project changed from 739 to TYPO3 Core
  • Category changed from scheduler to scheduler
Actions #8

Updated by Mathias Schreiber over 9 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?

Actions #10

Updated by Alexander Opitz almost 9 years ago

As the extension exists and it glues the cron tasks with scheduler ... is this issue solved?

Actions #11

Updated by Xavier Perseguers over 8 years ago

I'd like having it officially in core, not having to rely on 3rd party extension for such a lowlevel TYPO3 stuff.

Actions #12

Updated by Alexander Opitz over 8 years ago

@Xavier

For 7LTS or 8?

Actions #13

Updated by Stephan Großberndt over 8 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. 

Actions

Also available in: Atom PDF