flowd/scheduler-forker
Composer 安装命令:
composer require flowd/scheduler-forker
包简介
Run each TYPO3 scheduler task in a forked process
README 文档
README
A TYPO3 extension that runs every scheduler task in a separate process.
Why?
The TYPO3 scheduler command typo3 scheduler:run executes all overdue tasks in
the same process.
When using Extbase (especially the ConfigurationManager) you'll end up in unexpected results when using a multipage setup.
The reason is that the ConfigurationManager has a static cache which means if you have initialized a TYPO3 configuration (TypoScript) it will be used for all tasks executed after it. There is no way to reset the ConfigurationManager and force it to load a configuration for a different page.
How to use
Just call typo3 scheduler_forker:run instead of typo3 scheduler:run.
The scheduler_forker will then call typo3 scheduler:run --task X for each overdue task.
统计信息
- 总下载量: 4.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2018-11-06