Seconds field optional for schedule

This commit is contained in:
CrazyMax
2019-12-10 14:57:01 +01:00
parent 88174ad8ee
commit 7c2184bfa1
5 changed files with 33 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ func TestLoad(t *testing.T) {
},
Watch: model.Watch{
Workers: 100,
Schedule: "*/30 * * * * *",
Schedule: "*/30 * * * *",
},
Notif: model.Notif{
Mail: model.Mail{