You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you delete an entry faster as the queue can execute an index job, you run into an error "Element #9055834 (site #1) not found (type: craft\elements\Entry)", because the element doesn't exists anymore. The delete action should also delete index entries in the queue to prevent such an error.
Tasks to reproduce this error:
set "runQueueAutomatically" to false in config/general.php
create a new entry
a new index entry will be pushed into queue
delete this new entry
execute the queue
I will look, if I could make a patch for this.
The text was updated successfully, but these errors were encountered:
If you delete an entry faster as the queue can execute an index job, you run into an error "Element #9055834 (site #1) not found (type: craft\elements\Entry)", because the element doesn't exists anymore. The delete action should also delete index entries in the queue to prevent such an error.
Tasks to reproduce this error:
I will look, if I could make a patch for this.
The text was updated successfully, but these errors were encountered: