Skip to content

Commit

Permalink
Update dataflow purge task templates (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd authored Jan 29, 2024
1 parent 86a81aa commit 74647bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/purge_expired_questionnaire_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image_resource:
params:
SERVICE_ACCOUNT_JSON: ((gcp.service_account_json))
PROJECT_ID:
DATAFLOW_TEMPLATE_VERSION: '2021-11-12-00_RC00'
DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01'
run:
path: bash
args:
Expand Down
2 changes: 1 addition & 1 deletion ci/purge_expired_sessions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image_resource:
params:
SERVICE_ACCOUNT_JSON: ((gcp.service_account_json))
PROJECT_ID:
DATAFLOW_TEMPLATE_VERSION: '2021-11-12-00_RC00'
DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01'
EXPIRES_AT_PURGE_OFFSET_IN_SECONDS: 10800
run:
path: bash
Expand Down
2 changes: 1 addition & 1 deletion ci/purge_submitted_questionnaire_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image_resource:
params:
SERVICE_ACCOUNT_JSON: ((gcp.service_account_json))
PROJECT_ID:
DATAFLOW_TEMPLATE_VERSION: '2021-11-12-00_RC00'
DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01'
SUBMITTED_AT_PURGE_OFFSET_IN_SECONDS: 3600
run:
path: bash
Expand Down

0 comments on commit 74647bb

Please sign in to comment.