Skip to content

Commit

Permalink
Enable sidekiq worker
Browse files Browse the repository at this point in the history
  • Loading branch information
fumimowdan committed Sep 13, 2023
1 parent 74a8c59 commit 664ac26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/aks/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ module "worker_application" {

docker_image = var.app_docker_image
replicas = 0
# command = ["bundle", "exec", "sidekiq", "-C", "./config/sidekiq.yml"]
# probe_command = ["pgrep", "-f", "sidekiq"]
command = ["bundle", "exec", "sidekiq", "-C", "./config/sidekiq.yml"]
probe_command = ["pgrep", "-f", "sidekiq"]
}

0 comments on commit 664ac26

Please sign in to comment.