gisila_queue 0.1.1 copy "gisila_queue: ^0.1.1" to clipboard
gisila_queue: ^0.1.1 copied to clipboard

A Celery-like distributed task queue for Dart: register named tasks, enqueue them from anywhere with .delay()/.applyAsync(), and process them with worker pools backed by a pluggable broker (Redis or i [...]

2 versionsVersions feed

Stable versions of gisila_queue

VersionMin Dart SDKUploadedDocumentationArchive
0.1.13.338 days agoGo to the documentation of gisila_queue 0.1.1Download gisila_queue 0.1.1 archive
0.1.03.354 days agoGo to the documentation of gisila_queue 0.1.0Download gisila_queue 0.1.0 archive
0
likes
140
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Celery-like distributed task queue for Dart: register named tasks, enqueue them from anywhere with .delay()/.applyAsync(), and process them with worker pools backed by a pluggable broker (Redis or in-memory) and result backend. Supports retries with backoff, ETA/countdown scheduling, named queues, and a beat scheduler for periodic tasks.

License

BSD-3-Clause (license)

Dependencies

collection, dart_amqp, meta, redis, uuid

More

Packages that depend on gisila_queue