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
61d32372a1
1activity-mailer
/
app.json
8 lines
97 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"
,
fix cron
2025-03-07 09:59:54 +01:00
"schedule"
:
"30 8 * * 5"
add app.json to send every minute
2025-03-01 10:13:54 +01:00
}
]
}