Something went wrong. Try again.
Perl game server for TLE Community
Something went wrong. Try again.
1234567891011121314151617181920212223242526272829# Dev-only ofelia schedule (https://github.com/mcuadros/ofelia), mirroring the# production cron schedule minus the mysql backup job. The building, ship and# captcha schedulers run as their own compose services.
[job-exec "hourly-tasks"]schedule = @hourlycontainer = servercommand = ./bin/run_hourly.sh
[job-exec "two-hourly-tasks"]schedule = 0 10 1,3,5,7,9,11,13,15,17,19,21,23 * * *container = servercommand = ./bin/run_two_hourly.sh
[job-exec "four-hourly-tasks"]schedule = 0 40 2,6,10,14,18,22 * * *container = servercommand = ./bin/run_four_hourly.sh
[job-exec "daily-tasks"]schedule = 0 15 3 * * *container = servercommand = ./bin/run_daily.sh
[job-exec "weekly-tasks"]schedule = 0 15 6 * * 0container = servercommand = ./bin/run_weekly.sh