mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 18:29:08 +00:00
This goal of this change is to simplify the API. Handlers and queues have a 1:1 mapping, so functions that receive both a `queue` and a `handler` take two parameters when they could take only one. |
||
|---|---|---|
| .. | ||
| add_future_postgres_job | ||
| add_job_with_custom_concurrency | ||
| add_job_with_deadline | ||
| add_job_with_timeout | ||
| add_periodic_jobs | ||
| add_postgres_job | ||
| add_redis_job | ||
| start_processing_jobs | ||
| README.md | ||
Examples
This collection of examples is intended as a starting point for adding Neoq to applications. It is not intended to be comprehensive, but as a complement to documentation.