Skip to content

Commit

Permalink
Update bull readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Oct 15, 2023
1 parent 6bae8f2 commit e7b4286
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/bull/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# zemble-plugin-bull

This is still a WIP and breaking changes can occur. The design goal is to provide a generic interface to specify queues that is not tied to Bull. It's close, but for speed of implementation there are some Bull specific types in there still.

This is a plugin for Zemble to easily set up queues. It's based on Bull and requires Redis (set REDIS_URL or configure it in the plugin options).

It automatically processes /queues directories. For typesafety and wiring it all up export a ZembleQueue. It just exposes a worker callback and some configuration that is completely optional (for example if you want the job to be processed recurringly).

Optionally it exposes GraphQL queries to manage and monitor the jobs.

0 comments on commit e7b4286

Please sign in to comment.