Skip to content

Commit

Permalink
Merge pull request #81 from serlo/ealier-migrations
Browse files Browse the repository at this point in the history
db-migrations: make the it run ealier
  • Loading branch information
hugotiburtino authored Jun 7, 2024
2 parents 15ee912 + ff59dd7 commit b010a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/api-db-migration/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ resource "kubernetes_cron_job_v1" "migration_cron_job" {

spec {
concurrency_policy = "Forbid"
schedule = "0 5 * * *"
schedule = "0 3 * * *"
job_template {
metadata {}
spec {
Expand Down

0 comments on commit b010a4d

Please sign in to comment.