1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/14257] Use migrations instead of cron job for some reparsers

PHPBB3-14257
This commit is contained in:
Oliver Schramm
2015-10-25 02:07:40 +01:00
parent 8b0f8d7b3c
commit 33500fd372
2 changed files with 87 additions and 52 deletions

View File

@@ -147,58 +147,6 @@ services:
tags:
- { name: cron.task }
cron.task.text_reparser.contact_admin_info:
class: phpbb\cron\task\text_reparser\reparser
arguments:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.contact_admin_info]]
- [set_reparser, [text_reparser.contact_admin_info]]
tags:
- { name: cron.task }
cron.task.text_reparser.forum_description:
class: phpbb\cron\task\text_reparser\reparser
arguments:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.forum_description]]
- [set_reparser, [text_reparser.forum_description]]
tags:
- { name: cron.task }
cron.task.text_reparser.forum_rules:
class: phpbb\cron\task\text_reparser\reparser
arguments:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.forum_rules]]
- [set_reparser, [text_reparser.forum_rules]]
tags:
- { name: cron.task }
cron.task.text_reparser.group_description:
class: phpbb\cron\task\text_reparser\reparser
arguments:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.group_description]]
- [set_reparser, [text_reparser.group_description]]
tags:
- { name: cron.task }
cron.task.text_reparser.pm_text:
class: phpbb\cron\task\text_reparser\reparser
arguments: