- πΊπΈUnited States smustgrave
Thank you for sharing your idea for improving Drupal.
We are working to decide if this proposal meets the Criteria for evaluating proposed changes. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or there is no community support. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
- πΊπΈUnited States apotek
There is a QueueServiceInterface::emptyQueue() that would do what the requester has reasonably asked. But it doesn't look the Queue implements that interface. The only way to do what the requester asks currently is to use deleteQueue() + createQueue(), which seems a little brutal.