diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-27 12:36:44 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-27 18:37:37 +0200 |
commit | abb8a2892d862c097285ee7f300d12c32428e12c (patch) | |
tree | 78cdcdbd88ef88aaacef3ccaccb792bd2bdccaab /phpBB/config | |
parent | 1b73c217f0ba80e448bb3f34ffe8ed082fa5e99f (diff) | |
download | forums-abb8a2892d862c097285ee7f300d12c32428e12c.tar forums-abb8a2892d862c097285ee7f300d12c32428e12c.tar.gz forums-abb8a2892d862c097285ee7f300d12c32428e12c.tar.bz2 forums-abb8a2892d862c097285ee7f300d12c32428e12c.tar.xz forums-abb8a2892d862c097285ee7f300d12c32428e12c.zip |
[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
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/console.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index d32befa15e..f268c2f05e 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -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: |