# Edit this file to introduce tasks to be run by cron. # # Each task to run has to be defined through a single line # indicating with different fields when the task will be run # and what command to run for the task # # To define the time you can provide concrete values for # minute (m), hour (h), day of month (dom), month (mon), # and day of week (dow) or use '*' in these fields (for 'any'). # # Notice that tasks will be started based on the cron's system # daemon's notion of time and timezones. # # Output of the crontab jobs (including errors) is sent through # email to the user the crontab file belongs to (unless redirected). # # For example, you can run a backup of all your user accounts # at 5 a.m every week with: # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ # # For more information see the manual pages of crontab(5) and cron(8) # # m h dom mon dow command # PLANS 45 * * * * php /var/www/public_html/cron/run.php update_rates > /dev/null & #35 * * * * php /var/www/public_html/cron/run.php update_plans_varsity > /dev/null & # BACKEND PROCESSES * * * * * php /var/www/public_html/cron/run.php archive_cms > /dev/null & * * * * * php /var/www/public_html/cron/run.php alarms > /dev/null & #* * * * * php /var/www/public_html/cron/run.php twilio > /dev/null & * * * * * php /var/www/public_html/cron/run.php rate_updates > /dev/null & 50 23 * * * php /var/www/public_html/cron/run.php backup_database_mysql > /dev/null & 50 23 * * * php /var/www/public_html/cron/run.php backup_database_postgres > /dev/null & # SERVICEABILITY 0 5 * * * php /var/www/public_html/cron/run.php downloadErcot > /dev/null & 0 12 * * * php /var/www/public_html/cron/run.php unzipErcot > /dev/null & */5 * * * * php /var/www/public_html/cron/run.php processErcot > /dev/null & 10 1 * * * php /var/www/public_html/cron/run.php processErcotZips > /dev/null & 20 1 * * * php /var/www/public_html/cron/run.php processConflictedZips > /dev/null & 30 1 * * * php /var/www/public_html/cron/run.php processZipCities > /dev/null & 40 1 * * * php /var/www/public_html/cron/run.php processZipCommodities > /dev/null & 0 22 * * * php /var/www/public_html/cron/run.php cities > /dev/null & # MAINTENANCE * * * * * php /var/www/public_html/cron/run.php check_cis_users > /dev/null & * * * * * php /var/www/public_html/cron/run.php scrub_database > /dev/null & * * * * * php /var/www/public_html/cron/run.php scrub_ssn > /dev/null & * * * * * php /var/www/public_html/cron/run.php kill_old_connections > /dev/null & * * * * * php /var/www/public_html/cron/run.php php_sessions > /dev/null & 0 * * * * php /var/www/public_html/cron/run.php clean_filesystem > /dev/null & 10 * * * * php /var/www/public_html/cron/run.php wipe_old_tickets > /dev/null & 15 * * * * php /var/www/public_html/cron/run.php purge_test_orders > /dev/null &