I am not sure if this was done intentionally or not but in QueueUIBatch when a general exception is caught the item is not released.

Is there a reason for this?

Comments

geekygnr created an issue. See original summary.

kasperg’s picture

Status: Active » Closed (works as designed)

Queue UI follows the same logic as Drupal Core and Drush here: When a general exception is thrown the queue item is not released immediately.