Question

I'm using 2.3.2 and having the issue outlined in this post: Magento 2 Bulk Actions not Starting

And now I'm needing to remove the "Not Started" actions from the queue (as listed in the Bulk Actions Log). How would I accomplish this safely?

(edit: I did implement the fix from the linked thread, and it seemed to be successful, but seemed to be blocked by other bulk actions in the queue that haven't started)

Était-ce utile?

La solution

Delete the records you want to remove via the database directly in the magento_bulk table.

If you want to delete records of bulk operations that have already be execute you'd do the same with the magento_acknowledged_bulk table.

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top