Hi Sam, we’re having an issue with the Cron job in docker after our migration. It was working before for 3.17 but once we brought the DB over it doesn’t seen to want to kick off the cron jobs anymore within the container. I looked at the cron.log and see these:
[2023-02-08 15:40:53] Looking for Job …
nothing to do, sleeping.
Entity save failure. Found the following errors (server.validateCount: “Too many workers running. Check your Queue.maxworkers
config.”).
Cannot start worker: Too many workers already/still running on this server (2/2)
[2023-02-08 15:41:03] Looking for Job …
nothing to do, sleeping.
[2023-02-08 15:41:03] Looking for Job …
nothing to do, sleeping.
[2023-02-08 15:41:13] Looking for Job …
nothing to do, sleeping.
[2023-02-08 15:41:13] Looking for Job …
nothing to do, sleeping.
[2023-02-08 15:41:23] Looking for Job …
nothing to do, sleeping.
Any info would be appreciated. Thanks!