Skip to content

Commit

Permalink
cron: call sync_s3_files with --check-existing daily
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Feb 7, 2025
1 parent 3c15289 commit 7256e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clevercloud/cron.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"25 8-18/2 * * 1-5 $ROOT/clevercloud/transfer_employee_records.sh --download",
"55 8-18/2 * * 1-5 $ROOT/clevercloud/transfer_employee_records.sh --upload",

"0 */6 * * * $ROOT/clevercloud/run_management_command.sh sync_s3_files",
"0 1,13,20 * * * $ROOT/clevercloud/run_management_command.sh sync_s3_files",
"0 7 * * * $ROOT/clevercloud/run_management_command.sh sync_s3_files --check-existing",

"1 0 * * * $ROOT/clevercloud/run_management_command.sh update_prescriber_organization_with_api_entreprise",
"30 0 * * * $ROOT/clevercloud/run_management_command.sh collect_analytics_data --save",
Expand Down

0 comments on commit 7256e23

Please sign in to comment.