Queues
The queue worker is stuck
Symptoms
The Shopify sync commands are not moving past 0%.
The Clear Cache command in General Settings is not moving past 0%.
Horizon has a huge number of unprocessed jobs.
Resolution
SSH into one of the web-servers and clear the queues.
SSH into any one of the web-servers (See list of servers in Forge).
i.e.,
ssh [email protected]
Go to the current stratasphere directory:
cd stratasphere.cloud/current
Clear the two queues,
defaultandtrackingphp artisan queue:clear --queue=defaultphp artisan queue:clear --queue tracking
Restart any stuck jobs via the Strata UI.
Last updated
Was this helpful?