dmstr/symfony-job-queue-bundle

Persisted job tracking on top of Symfony Messenger: Job entity with status, JobQueueService for dispatch, JobMessage/JobMessageHandler for async execution.

Maintainers

Package info

github.com/dmstr/symfony-job-queue-bundle

Type:symfony-bundle

pkg:composer/dmstr/symfony-job-queue-bundle

Transparency log

Statistics

Installs: 158

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.1 2026-07-01 14:26 UTC

This package is auto-updated.

Last update: 2026-07-01 14:29:16 UTC


README

dmstr/symfony-job-queue-bundle

Persisted job tracking on top of Symfony Messenger.

Features (planned)

  • Job Doctrine entity with status, payload, timestamps, result
  • JobQueueService::dispatch() — validate input + persist + dispatch to Messenger
  • JobMessage / JobMessageHandler — async execution wrapper
  • Status transitions: pending → running → done | failed
  • Job exposed as read-only API Platform resource under /admin/jobs

License

MIT © diemeisterei GmbH