Skip to content

Commit

Permalink
cloud: Fix sample database purge trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Feb 10, 2024
1 parent 35d9d5d commit bb5de22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcidb/cloud/scheduler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function scheduler_deploy() {
scheduler_job_pubsub_deploy \
"$project" "${prefix}purge_sm_db_trigger" \
"$purge_db_trigger_topic" '0 7 * * *' \
'{"database": "sm", "timedelta": {"delta": {"weeks": 4}}}'
'{"database": "sm", "timedelta": {"delta": {"days": 30}}}'
}

# Withdraw from the scheduler
Expand Down

0 comments on commit bb5de22

Please sign in to comment.