issues
search
MichaelXavier
/
cron
Cron data structure and parser for Haskell
Other
53
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can I check cron tab syntax?
#56
schoettl
opened
4 months ago
1
add time formatting options to cron describe
#55
illegalprime
opened
10 months ago
1
System.Cron.Describe does not accept time zone settings
#54
illegalprime
opened
10 months ago
2
Accumulated PR changes
#53
avanov
closed
10 months ago
4
Expose fork job
#52
jappeace
closed
10 months ago
1
Add support for ghc-9.6
#51
TristanCacqueray
closed
10 months ago
0
fails to build in ghc-9.6 stackage nightly
#50
juhp
closed
10 months ago
0
Fix build with mtl 2.3
#49
tfausak
closed
1 year ago
1
[Idea] Non-overlapping cron jobs
#48
avanov
opened
2 years ago
0
Add `MonadTrans` instance to ScheduleT
#47
dnikolovv
opened
2 years ago
0
Raises upper bound on text (<3)
#46
jkachmar
opened
2 years ago
3
Allow text version 2
#45
tfausak
closed
1 year ago
1
Expose System.Cron.Schedule.forkJob
#44
igrep
closed
10 months ago
1
Exposing System.Cron.Schedule.forkJob
#43
igrep
closed
10 months ago
3
Fix/parse time or error60
#42
sir4ur0n
closed
4 years ago
9
parseTimeOrError: no parse of "2020-02-24 11:60" (since LTS-15.1 migration)
#41
rdelgatte
closed
4 years ago
4
Publish back on Hackage/Stackage
#40
sir4ur0n
closed
4 years ago
3
Is this repo still maintained?
#39
sir4ur0n
closed
4 years ago
2
Cron job is sometimes triggered twice in a row
#38
rdelgatte
opened
4 years ago
2
Fix build with ghc-8.8
#37
hasufell
closed
5 years ago
3
rename dayOfWeek to avoid conflict with time 1.9
#36
paolino
opened
5 years ago
1
Derive Data on exported types
#35
thumphries
closed
5 years ago
3
Add @reboot non-standard schedule
#34
chrislf
closed
6 years ago
2
Add support for day and month strings in parser
#33
TetsuHari
closed
7 years ago
3
Fixed inconsistent text representation in schedule.
#32
AndrewRademacher
closed
7 years ago
2
Passing UTCTime to Job
#31
joehealy
opened
7 years ago
3
The leap second caused a scheduled job to run twice
#30
bdesham
opened
7 years ago
4
Typo in README
#29
caneroj1
closed
7 years ago
0
Describing Cron Schedules
#28
caneroj1
closed
7 years ago
3
Describe CronSchedules
#27
caneroj1
closed
7 years ago
0
Test suite failure
#26
snoyberg
closed
8 years ago
8
0.4.0 doesn't compile with GHC <7.10
#25
phadej
closed
8 years ago
1
add support for schedules in LocalTime
#24
albertov
closed
8 years ago
1
Interpreting the schedule in a certain time zone
#23
bdesham
closed
8 years ago
7
cron-0.3.1 can't compile its test suite
#22
peti
closed
8 years ago
4
introduce unicron - a cli tool to run crontab files
#21
proger
closed
8 years ago
1
Surviving exceptions
#20
andrewthad
closed
9 years ago
0
Stop a single exception from killing a whole cron thread
#19
andrewthad
closed
9 years ago
3
Incorrect timing for combinations of StepField and RangeField
#18
andrewthad
closed
9 years ago
10
Failure to parse a schedule line should throw an exception
#17
andrewthad
closed
9 years ago
4
cron.cabal: add support for mtl versions prior to 2.2.x
#16
peti
closed
9 years ago
0
Support for mtl 2.2?
#15
peti
closed
9 years ago
3
Compatibility with stackage (older transformers library)
#14
andrewthad
closed
9 years ago
7
Missing test suite files
#13
snoyberg
closed
9 years ago
4
Allow building with latest time and base from GHC 7.10
#12
albertov
closed
9 years ago
1
Error compiling with GHC 7.10
#11
albertov
closed
9 years ago
0
Fixed usage of incorrect times when comparing against cron patterns.
#10
AndrewRademacher
closed
9 years ago
1
Added scheduling monad stack and execution function which uses forkIO.
#9
AndrewRademacher
closed
9 years ago
5
Handle dayOfWeek+dayOfMonth the same as vixiecron
#8
joelwilliamson
closed
10 years ago
3
please add method to calculate the next time when a crontab is expected to match
#7
thkoch2001
closed
8 years ago
3
Next