Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable update_census_mapbox in preparation for HOC #43668

Merged
merged 1 commit into from Nov 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion cookbooks/cdo-apps/templates/default/crontab.erb
Expand Up @@ -90,7 +90,6 @@
cronjob at:'*/30 * * * *', do:dashboard_dir('bin', 'sync_jotforms')
cronjob at:'0 6 * * *', do:deploy_dir('bin', 'cron', 'process_foorm_data')
cronjob at:'25 7 * * *', do:deploy_dir('bin', 'cron', 'update_hoc_map')
cronjob at:'49 5 * * *', do:deploy_dir('bin', 'cron', 'update_census_mapbox')
cronjob at:'0 9 * * 1-5', do:deploy_dir('bin', 'cron', 'check_for_census_inaccuracy_reports')
cronjob at:'*/10 * * * *', do:deploy_dir('bin', 'cron', 'delete_twilio_data')
cronjob at:'* * * * *', do:deploy_dir('bin', 'cron', 'confirm_usage')
Expand Down