python-arq / arq

Fast job queuing and RPC in python with asyncio and redis.
https://arq-docs.helpmanual.io/
MIT License
2.09k stars 172 forks source link

RQ publisher to ARQ consumer #428

Open pintofcat opened 6 months ago

pintofcat commented 6 months ago

Hey! Is it possible to send message from rq publisher and consume it in ARQ consumer?

cmangla commented 5 months ago

Simply call ARQ's enqueue_job() from the RQ worker.