mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
[ticket/12597] Command for executing all available cron tasks
Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597
This commit is contained in:
@@ -46,6 +46,15 @@ services:
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.cron.execute_all:
|
||||
class: phpbb\console\command\cron\execute_all
|
||||
arguments:
|
||||
- @cron.manager
|
||||
- @cron.lock_db
|
||||
- @user
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.db.migrate:
|
||||
class: phpbb\console\command\db\migrate
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user