routed_jobs 0.1.0 copy "routed_jobs: ^0.1.0" to clipboard
routed_jobs: ^0.1.0 copied to clipboard

Laravel-inspired jobs and queue abstractions for Routed applications.

0.1.0 - 2026-09-09 #

  • Shared jobs now close only during root engine cleanup, and completed schedule occurrences no longer consume the per-tick catch-up budget.

  • Failed Stem-backed schedule occurrences remain due for retry, and scheduler provider cleanup is limited to the root engine container.

  • RoutedScheduler now exposes start, stop, runOnce, and work; the long-running path uses Stem Beat internally and the provider registers schedule:work/schedule:listen.

  • RoutedSchedulerProvider now contributes a schedule/schedule:run command to the application engine's CLI registry.

  • Jobs CLI commands now use Routed's Artisanal argument abstraction rather than depending directly on package:args.

0.1.0 #

  • Initial Laravel-inspired jobs and queue API for Routed.
  • Add typed job definitions, dispatch options, queue messages, and processing outcomes without exposing Stem to application code.
  • Add RoutedJobsProvider, withJobs, and EngineContext.jobs integration.
  • Add portable schedule frequencies, occurrence leasing, scheduler providers, and idempotent scheduled job dispatch.
0
likes
120
points
67
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Laravel-inspired jobs and queue abstractions for Routed applications.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

artisanal, routed_core, stem

More

Packages that depend on routed_jobs