neoq/examples
Adriano Caloiaro 23098bcdc5 break: Move queue name into Handler
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.
2023-09-17 00:15:19 +02:00
..
add_future_postgres_job break: Rename types.Backend -> neoq.Neoq 2023-09-07 12:36:02 +02:00
add_job_with_custom_concurrency break: Move queue name into Handler 2023-09-17 00:15:19 +02:00
add_job_with_deadline break: Move queue name into Handler 2023-09-17 00:15:19 +02:00
add_job_with_timeout break: Move queue name into Handler 2023-09-17 00:15:19 +02:00
add_periodic_jobs break: Move queue name into Handler 2023-09-17 00:15:19 +02:00
add_postgres_job break: Move queue name into Handler 2023-09-17 00:15:19 +02:00
add_redis_job break: Move queue name into Handler 2023-09-17 00:15:19 +02:00
start_processing_jobs break: Move queue name into Handler 2023-09-17 00:15:19 +02:00
README.md Initial commit 2023-02-13 15:35:55 -08:00

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.