python-arq / arq

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

RQ publisher to ARQ consumer #428

Open pintofcat opened 9 months ago

pintofcat commented 9 months ago

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

cmangla commented 7 months ago

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