Feature #101077
Updated by Sybille Peters over 1 year ago
* currently it is only possible to select 1 table in the task (but more can be configured in ext_localconf.php)
* the task is a scheduler task which means you have to create a scheduler task first, you can't just run it from the console (which means extra work and you can't (easily) store the configuration in a Git repo)
h2. Sugestions
* make a Symfony command out of it
* make it possible to run it with "all configured tables" which would use all tables in $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][self::class]['options']
In the "Table garbage collection" task there is a checkbox "Clean all available tables"
h2. Side note
It is unclear to me whether all current scheduler tasks will be migrated to Symfony commands in the future.