@@ -43,14 +43,15 @@ gcloud run jobs create sync-bird-metadata \
4343Set the schedule
4444
4545``` r
46- gcloud scheduler jobs create http sync - bird - metadata - scheduled \
47- -- project nunatsiavut - birds \
46+ gcloud scheduler jobs create http sync - data - gulls - scheduled \
47+ -- project = nunatsiavut - birds \
4848 -- oauth - service - account - email = run - scheduled - jobs @ nunatsiavut - birds.iam.gserviceaccount.com \
4949 -- schedule = " 0 9 1 * *" \
5050 -- uri = " https://us-central1-run.googleapis.com/apis/run.googleapis.com/v1/namespaces/nunatsiavut-birds/jobs/sync-data-gulls:run" \
5151 -- http - method = POST \
5252 -- headers = " Content-Type=application/json" \
53- -- location = us - central1
53+ -- location = us - east1 \
54+ -- time - zone = " America/Toronto"
5455```
5556
5657## Bird locations synchronization task
@@ -133,13 +134,14 @@ gcloud run jobs create sync-data-gulls \
133134
134135``` sh
135136gcloud scheduler jobs create http sync-data-gulls-scheduled \
136- --project nunatsiavut-birds \
137+ --project= nunatsiavut-birds \
137138 --oauth-service-account-email=run-scheduled-jobs@nunatsiavut-birds.iam.gserviceaccount.com \
138139 --schedule=" 0 9 1 * *" \
139140 --uri=" https://us-central1-run.googleapis.com/apis/run.googleapis.com/v1/namespaces/nunatsiavut-birds/jobs/sync-data-gulls:run" \
140141 --http-method=POST \
141142 --headers=" Content-Type=application/json" \
142- --location=us-central1
143+ --location=us-east1 \
144+ --time-zone=" America/Toronto"
143145```
144146
145147#### Declare Eiders sync job
@@ -160,15 +162,20 @@ gcloud run jobs create sync-data-eiders \
160162
161163``` sh
162164gcloud scheduler jobs create http sync-data-eiders-scheduled \
163- --project nunatsiavut-birds \
165+ --project= nunatsiavut-birds \
164166 --oauth-service-account-email=run-scheduled-jobs@nunatsiavut-birds.iam.gserviceaccount.com \
165167 --schedule=" 0 9 1 * *" \
166168 --uri=" https://us-central1-run.googleapis.com/apis/run.googleapis.com/v1/namespaces/nunatsiavut-birds/jobs/sync-data-eiders:run" \
167169 --http-method=POST \
168170 --headers=" Content-Type=application/json" \
169- --location=" us-central1"
171+ --location=us-east1 \
172+ --time-zone=" America/Toronto"
170173```
171174
175+ ### DevOps sequence diagram
176+
177+ ![ ] ( inst/puml/devops.puml )
178+
172179### Contributing
173180
174181Please follow the guidelines described [ here] ( https://github.com/inSilecoInc/iseShinyTemplate?tab=readme-ov-file#code-convention ) .
0 commit comments