RQ - Empty & Delete Queues

前端 未结 7 1365
傲寒
傲寒 2021-02-02 13:44

I\'m using RQ, and I have a failed queue with thousands of items, and another test queue I created a while back for testing which is now empty and unus

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-02 14:03

    - 2016 -

    You can now use rq's empty option form command line:

    /path/to/rq empty queue_name
    

    So you can use it to empty any queue not just the failed one

提交回复
热议问题