PHPackages                             flowd/scheduler-forker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. flowd/scheduler-forker

ActiveTypo3-cms-extension[Queues &amp; Workers](/categories/queues)

flowd/scheduler-forker
======================

Run each TYPO3 scheduler task in a forked process

1.2.0(5y ago)04.1k[1 PRs](https://github.com/FlowdDe/scheduler-forker/pulls)GPL-2.0-or-laterPHPPHP &gt;=7.1.0

Since Nov 6Pushed 3y ago3 watchersCompare

[ Source](https://github.com/FlowdDe/scheduler-forker)[ Packagist](https://packagist.org/packages/flowd/scheduler-forker)[ Docs](https://flowd.de)[ RSS](/packages/flowd-scheduler-forker/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (7)Versions (7)Used By (0)

Scheduler Forker
================

[](#scheduler-forker)

A TYPO3 extension that runs every scheduler task in a separate process.

Why?
----

[](#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
----------

[](#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.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~300 days

Total

4

Last Release

1845d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cab5b9422e572cf6a157fd040d217f3a8137bff045a8eae6fe42af51f13104d?d=identicon)[sascha.egerer](/maintainers/sascha.egerer)

---

Top Contributors

[![sascha-egerer](https://avatars.githubusercontent.com/u/1651414?v=4)](https://github.com/sascha-egerer "sascha-egerer (6 commits)")

###  Code Quality

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/flowd-scheduler-forker/health.svg)

```
[![Health](https://phpackages.com/badges/flowd-scheduler-forker/health.svg)](https://phpackages.com/packages/flowd-scheduler-forker)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[aimeos/aimeos-typo3

Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects

1.5k91.2k4](/packages/aimeos-aimeos-typo3)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)[amphp/pipeline

Asynchronous iterators and operators.

7432.7M34](/packages/amphp-pipeline)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
