Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ parameters:
- {name: CLEAN_AAD_SUSPEND, value: 'false'} # Disable cronjob execution
# Backfill account_advisory
- {name: ACCOUNT_ADVISORY_BACKFILL_SCHEDULE, value: '0 3 * * *'} # Cronjob schedule definition
- {name: ACCOUNT_ADVISORY_BACKFILL_SUSPEND, value: 'true'} # Suspended until ready to run
- {name: ACCOUNT_ADVISORY_BACKFILL_SUSPEND, value: 'false'} # Suspended until ready to run
Comment thread
Dugowitch marked this conversation as resolved.

# Database admin
- {name: MIGRATION_TIMEOUT, value: '7200'} # 2h timeout for db-migration job
Expand Down
Loading