1activity-mailer/app.json

8 lines
96 B
JSON

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