Fix job encode decode

This commit is contained in:
bel
2020-03-15 16:13:44 +00:00
parent 2efb0bfcf3
commit f4016da220
21 changed files with 232 additions and 41 deletions

5
testdata/5_jobs.cron vendored Executable file
View File

@@ -0,0 +1,5 @@
0 */5 * * * * echo first job
0 */15 * * * * echo second job
0 */25 * * * * echo third job
0 */35 * * * * echo fourth job
0 */45 * * * * true

0
testdata/comment_only.cron vendored Normal file → Executable file
View File

1
testdata/hostname_per_5m.cron vendored Executable file
View File

@@ -0,0 +1 @@
0 */5 * * * * hostname

0
testdata/hostname_per_second.cron vendored Normal file → Executable file
View File