1activity-mailer/app.json

8 lines
97 B
JSON

{
"cron": [
{
"command": "ruby mailer.rb",
"schedule": "30 8 * * 5"
}
]
}