Feature #64093
closedData Provider for scheduler tasks
0%
Description
would be nice to have a data provider for scheduler tasks, to have an easier setup procedure :D
Updated by Georg Ringer almost 10 years ago
what do you mean with a DataProvider?
Updated by Georg Ringer almost 10 years ago
- Status changed from New to Needs Feedback
Updated by Kay Strobach almost 10 years ago
you know the backend data providers - right?
IMHO something similar but a bit more advanced would be great.
The result should be the following:
- install extension
- create (or provide via hook, whatever) scheduler tasks defined in extension with a basic setup (works for most jobs, as they do not need to be configured / strong defaults ...)
- new tasks may be disabled, but easily activateable
Once extensions are removed the auto created tasks should be removed to keep the system clean.
Currently you get red rows for Tasks where the Task Class is missing.
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to New
- Target version set to 8 LTS
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Kay Strobach almost 7 years ago
@susanne if this makes sense for you i make take a look into it ... what's your opinion?
Updated by Georg Ringer almost 5 years ago
- Related to Feature #4387: Provide a way to automatically install / set up a task upon installation of an extension added
Updated by Georg Ringer over 4 years ago
- Status changed from New to Closed
I am closing this issue because of being a duplicate. Either to #4387 for having tasks which can be setup via code
you can also take a look at https://github.com/helhum/typo3-crontab which achieves what you need