Last active
December 25, 2024 00:53
-
-
Save mizzy/541a3ad9aef3c4572ec45fc83519457b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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