DevelopingSpace / starchart

A self-serve tool for managing custom domains and certificates
MIT License
20 stars 13 forks source link

Create BULLMQ queue structure (with skeletons) to create a certificate #167

Closed ghost closed 1 year ago

ghost commented 1 year ago

We need four (nested) steps

In reverse order, from child to parent:

Resources: https://docs.bullmq.io/guide/flows https://github.com/Seneca-CDOT/starchart/pull/161

humphd commented 1 year ago

For others reviewing/working on this, https://blog.taskforce.sh/splitting-heavy-jobs-using-bullmq-flows/ is a useful example of a similar flow layout with multiple queues.

ghost commented 1 year ago

For others reviewing/working on this, https://blog.taskforce.sh/splitting-heavy-jobs-using-bullmq-flows/ is a useful example of a similar flow layout with multiple queues.

Looks interesting! I'll check it out!