taskforcesh / bullmq

BullMQ - Message Queue and Batch processing for NodeJS and Python based on Redis
https://bullmq.io
MIT License
5.72k stars 370 forks source link

Ruby Client for BullMQ? #1791

Open suryart opened 1 year ago

suryart commented 1 year ago

Working on a rails application from where I need to trigger a background job(planning on using bullmq) since the code that needs to be executed is in nodejs.

Wondering if there is a Ruby client which I can add to my application or any guidance on the job signature bullmq expects to build one?

manast commented 1 year ago

I think it would be easy to add a client for adding jobs from Ruby, you can take a look how the Python code looks like for adding jobs: https://github.com/taskforcesh/bullmq/blob/master/python/bullmq/queue.py