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
Code Slicer edited this page Jun 10, 2022
·
2 revisions
As usual, you can run the commands below through bin/magento (or even bin/magerun2).
discorgento:queue:execute / di:qu:ex: executes all the pending jobs in queue;
discorgento:queue:retry / di:qu:re: retry failed jobs (those which tries are below the threshold defined in settings);
discorgento:queue:clear / di:qu:cl: clean the queue completely. We only recommending using this locally for quick tests during development or as a last resource if something reeealy messes with your production queue (although this never happened to us);