gisila_queue 0.1.0 copy "gisila_queue: ^0.1.0" to clipboard
gisila_queue: ^0.1.0 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 [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gisila_queue

With Flutter:

 $ flutter pub add gisila_queue

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  gisila_queue: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gisila_queue/gisila_queue.dart';
0
likes
150
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, meta, redis, uuid

More

Packages that depend on gisila_queue