PHPackages                             semitexa/scheduler - 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. semitexa/scheduler

ActiveSemitexa-module[Queues &amp; Workers](/categories/queues)

semitexa/scheduler
==================

Semitexa Scheduler — recurring and delayed background jobs with storage-backed planning, lease-based workers, and overlap protection

2026.07.06.1438(1mo ago)01294MITPHPPHP ^8.4

Since Apr 1Pushed 1mo agoCompare

[ Source](https://github.com/semitexa/semitexa-scheduler)[ Packagist](https://packagist.org/packages/semitexa/scheduler)[ RSS](/packages/semitexa-scheduler/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (12)Versions (13)Used By (4)

Semitexa Scheduler
==================

[](#semitexa-scheduler)

Recurring and delayed background jobs with lease-based workers, retry logic, and overlap protection.

Purpose
-------

[](#purpose)

Manages scheduled job execution. Jobs are persisted via ORM, leased by workers with heartbeat monitoring, and retried with exponential backoff on failure. Cron expressions define recurring schedules.

Role in Semitexa
----------------

[](#role-in-semitexa)

Depends on `semitexa/core`, `semitexa/orm`, and `semitexa/tenancy`. Uses `dragonmantank/cron-expression` for schedule parsing. Jobs execute within tenant context when tenancy is active.

Key Features
------------

[](#key-features)

- Cron-based recurring job scheduling
- Lease-based worker execution with heartbeat
- Exponential backoff retry via `RetryScheduler`
- Overlap protection (one execution per schedule)
- `RunStatus` state machine (pending, running, completed, failed)
- Tenant-isolated job execution

Notes
-----

[](#notes)

The scheduler is designed for Swoole long-running processes. Workers maintain leases via heartbeat and release them on graceful shutdown.

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance92

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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 ~9 days

Recently: every ~20 days

Total

11

Last Release

32d ago

Major Versions

0.0.4 → 2026.04.03.12402026-04-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/e94044da9f4c76cc5cd09ef0c693a68065787e10d0d18edfeedbef3573a9163a?d=identicon)[syntaxwanderer](/maintainers/syntaxwanderer)

---

Top Contributors

[![syntaxwanderer](https://avatars.githubusercontent.com/u/1311643?v=4)](https://github.com/syntaxwanderer "syntaxwanderer (24 commits)")[![goosyboosy](https://avatars.githubusercontent.com/u/13351014?v=4)](https://github.com/goosyboosy "goosyboosy (7 commits)")[![needalicense](https://avatars.githubusercontent.com/u/13330467?v=4)](https://github.com/needalicense "needalicense (6 commits)")[![tarashanych](https://avatars.githubusercontent.com/u/49571976?v=4)](https://github.com/tarashanych "tarashanych (2 commits)")

---

Tags

cronfilesystemjobsminioqueues3schedulersemitexaschedulerfilesystems3queuecronjobsminiosemitexa

### Embed Badge

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

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

###  Alternatives

[orisai/scheduler

Cron job scheduler - with locks, parallelism and more

4047.1k5](/packages/orisai-scheduler)[contributte/scheduler

PHP job scheduler (cron) with locking

31848.3k1](/packages/contributte-scheduler)[aboutcoders/job-bundle

A symfony bundle for asynchronous job processing.

2619.8k1](/packages/aboutcoders-job-bundle)

PHPackages © 2026

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