This website requires JavaScript.
Explore
Help
Register
Sign In
guido
/
1activity-mailer
Watch
1
Star
0
Fork
You've already forked 1activity-mailer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3f1d59a6e0
1activity-mailer
/
app.json
8 lines
96 B
JSON
Raw
Normal View
History
Unescape
Escape
add app.json to send every minute
2025-03-01 10:13:54 +01:00
{
"cron"
:
[
{
"command"
:
"ruby mailer.rb"
,
change schedule to friday mornings
2025-03-01 10:33:40 +01:00
"schedule"
:
"8 * * * 5"
add app.json to send every minute
2025-03-01 10:13:54 +01:00
}
]
}