- Issue created by @tuutti
- Status changed to Fixed
about 1 year ago 10:17am 14 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.
I originally planned to run queues using drush queue:run
command but our current claimItem() implementation will block drush cron
command forever.
Move consume logic into a separate service and create a new drush command to consume the queue using that service.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.