I observe quite an interesting behavior. If "Cleanup" job is executed via cron once a week (default schedule) it crashes MySQL (MySQL has gone away). If I run it manually via "bin/command run-job Cleanup" it does take a while but finishes fine. If I run it manually day before scheduled job the cron job also finishes fine on the next run.
Any ideas what could cause it? Any workarounds? Maybe changing the schedule to run the job on a daily basis?
Any ideas what could cause it? Any workarounds? Maybe changing the schedule to run the job on a daily basis?