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

Statistics

Installs: 75

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.0 2026-06-14 21:16 UTC

This package is auto-updated.

Last update: 2026-06-14 21:20:46 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