Skip to content

CLI commands

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);

Clone this wiki locally