Skip to content

Commit

Permalink
add cron to every 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Oct 5, 2023
1 parent 0691094 commit 54085d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/03_deploy_flow.mk
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ deploy-ingest-photos-expanded-napi-gcs: ## Deploy Ingest Photos expanded NAPI GC
--pool ${ENV}-cloud-run-push-work-pool \
--params='{"gcp_credential_block_name": "unsplash-photo-trends-deployment-sa", "batch_size": 30, "total_record_size": 90 }' \
--timezone 'Europe/Berlin' \
--cron "*/2.5 * * * *" \
--cron "*/3 * * * *" \
--apply


Expand Down

0 comments on commit 54085d4

Please sign in to comment.