Replies: 1 comment 3 replies
-
The system status is used for more than just deployments. We are planning on repurposing Craft’s “Maintenance Mode” in Craft 5 to be used for deployments (#9855), at which point it would make sense to pause queue execution as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are having issues during deployment because of the queue-worker which locks database-tables or is writing logfiles. Therefore I suggest that if isSystemLive / CRAFT_IS_SYSTEM_LIVE is set to false:
This should be applied for queue/run (cronjob) as well as queue/listen (daemon). So that after the deployment updates applied to the queue-handling itself are activated with the first start of the queue after the deployment.
Beta Was this translation helpful? Give feedback.
All reactions