taskforcesh / bullmq-proxy

HTTP based proxy for accessing BullMQ Queues
https://docs.bullmq.net
MIT License
14 stars 4 forks source link

feat: initial implementation endpoint based workers #7

Closed manast closed 3 months ago

manast commented 3 months ago

This PR implements a new approach for handling queues and workers based on a standard HTTP Restful api and a webhook based api for processing jobs. More documentation will be available here: https://docs.bullmq.net/ on the following days.