krux / starport

Apache License 2.0
2 stars 7 forks source link

issues with schedules that run more frequently than once per hour #43

Closed talbright closed 5 years ago

talbright commented 5 years ago
override lazy val schedule = Schedule.cron.startTodayAt(19, 15, 0).every(Minute(30))

Screen Shot 2019-09-03 at 5 34 00 PM

Screen Shot 2019-09-03 at 5 33 51 PM

realstraw commented 5 years ago

Cannot really reproduce this anymore but added unit test. Going to close this and we can reopen or add more detail if this come up again.