A project has a Magento cron job implemented to export new order data to a file. This process can also be triggered by a custom bin/magento command. The functionality uses a lock file in var/locks to prevent concurrent execution
There are instances when the process gets locked after Production deployments and order data is not exported.
How do you prevent this from happening'?
Currently there are no comments in this discussion, be the first to comment!