the cron container can occationally fail due to out of memory condition #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We encountered the
cron
repeatedly failing to run, with an error such as:During debugging, we manually ran the cron task from inside of the app container, which caused the cron to work thenceforth. Seems like the php configs are different between the two containers, since the cron container was unable to run it.
edit: we thought it had fixed it running it from the app container but it doesn't seem to have, the cron container still produces this error afterwards.