Skip to content

Instantly share code, notes, and snippets.

@mizzy
Last active December 25, 2024 00:53
Show Gist options
  • Save mizzy/541a3ad9aef3c4572ec45fc83519457b to your computer and use it in GitHub Desktop.
Save mizzy/541a3ad9aef3c4572ec45fc83519457b to your computer and use it in GitHub Desktop.
module "send_mail_monitor_prod" {
source = "../modules/job"
name = "send-mail-monitor"
environment = "prod"
command = "bundle exec rails r 'Talentio::SendMailMonitor.run(limit_num: 50)'"
image_tag = "20241225000000"
schedule = "cron(*/20 9-23 ? * * *)"
cpu = 256
memory = 1024
retry_on_error = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment