- Issue created by @swirt
- π©πͺGermany osopolar π©πͺ GER π
There was once a command for drupal console: #2920030: Add a Drupal Console command for clearing a queue β
- πΈπͺSweden johnwebdev
I suggest βadvancedqueue:queue:clear [queue_name]β
- πΈπͺSweden johnwebdev
I think these kind of commands should have a confirm/are you sure step, running this by mistake and clearing the queue by mistake is rough. And those things happen.
- π΅π°Pakistan Qaiser iqbal
@johnwebdev is right there should be a confirmation message before deleting it. I have applied the patch #6 and its now deleting the queue.
- Status changed to Needs work
3 months ago 10:22am 21 August 2024 - Status changed to Needs review
3 months ago 11:12am 21 August 2024 - πΊπ¦Ukraine rollins
I created MR where a confirmation message before deleting added
- Status changed to Needs work
18 days ago 7:14pm 4 November 2024 - πΈπͺSweden johnwebdev
This assumes incorrectly that the queue uses a database backend.
We shouldnβt assume that, and instead add a clear method to the backend interface and then call it.