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

Update dependencies in pipfile and package json locks #1307

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dataflow purge task templates (#1304)
petechd committed Jan 30, 2024
commit 117bf33ede38ad03c32e328fbb8631e002fb7c36
2 changes: 1 addition & 1 deletion ci/purge_expired_questionnaire_state.yaml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion ci/purge_expired_sessions.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ci/purge_submitted_questionnaire_state.yaml
Original file line number Diff line number Diff line change
@@ -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