issues
search
adhocore
/
gronx
Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
https://github.com/adhocore/gronx
MIT License
422
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove inclRefTime from isUnreachableYear
#54
steffenbusch
closed
2 weeks ago
1
`NextTickAfter` returning "unreachable year segment" error when `inclRefTime` is `false`
#53
steffenbusch
closed
2 weeks ago
2
fix: unreachable yer #51
#52
adhocore
closed
2 weeks ago
1
Unexpected "unreachable year segment: 2024" error for valid cron expression in PrevTickBefore
#51
steffenbusch
closed
2 weeks ago
1
tried so hard
#50
joe-at-startupmedia
opened
3 weeks ago
5
Update .goreleaser.yml to Fix GitHub Actions Builds
#49
yeganemehr
closed
1 month ago
1
Fix Windows Build Issue by Splitting Taskify into OS-Specific Files
#48
yeganemehr
closed
1 month ago
1
Windows Build Fails Because Of Using Linux Syscall
#47
yeganemehr
closed
1 month ago
1
fix: potential race in mutex map r/w
#46
adhocore
closed
1 month ago
0
Fix for negative step in cron expression
#45
sg3-141-592
closed
2 months ago
0
Negative step possible in cron expression
#44
sg3-141-592
closed
1 month ago
1
feat: optimize struct field align, add tasker Running check
#43
adhocore
closed
3 months ago
0
Unable to update or delete task when the tasker demon running
#42
liuyi-cui
opened
7 months ago
4
Ctrl+C does not wait when tasker binary is running as daemon
#41
adhocore
closed
8 months ago
1
gracefully shutdown
#40
lichunqiang
closed
8 months ago
2
Hot reload taskfile when tasker daemon is running
#39
adhocore
opened
8 months ago
0
fix: goroutine leak for tasker
#38
rfyiamcool
closed
8 months ago
4
feat: add custom tag/expr
#37
rfyiamcool
closed
8 months ago
1
feat: add stop for tasker
#36
rfyiamcool
closed
8 months ago
1
Fix bump segments iteration order and day of month/week intersection/union handling
#35
codenem
closed
8 months ago
6
Fix namespace when calling some global functions in readme
#34
heavelock
closed
11 months ago
0
Inconsistencies with crontab.guru
#33
taylow
closed
8 months ago
1
fix: 0 is forbidden for day
#32
millotp
closed
1 year ago
4
Bugfix for weekday validator
#31
philodavies
closed
1 year ago
4
fix: allow leading zero for NextTick
#30
millotp
closed
1 year ago
3
`NextTick` fails with `00 * * * *`
#29
millotp
closed
1 year ago
6
fix: rare infinite loop
#28
adhocore
closed
1 year ago
1
fix quarter precision with one month has 31 days
#27
icoreman
closed
1 year ago
3
The day of Month goes wrong with L last day of month
#26
icoreman
closed
8 months ago
2
refactor(batch): improve perf, remove Expr.segs, fill Expr.Expr
#25
adhocore
closed
1 year ago
0
Goreleaser
#24
adhocore
closed
1 year ago
0
feat(tasker): support mutex to run single instance of task at a time
#23
adhocore
closed
1 year ago
0
PrevTick aka last tick to get previous run time of a cron expression
#22
adhocore
closed
1 year ago
1
Batch due check
#21
adhocore
closed
1 year ago
1
Get LastTick of cron
#20
n4n0lix
closed
1 year ago
6
Support 7 segments cron expr with first (0th) segment as second
#19
adhocore
closed
1 year ago
5
Support batch mode of checking cron expressions
#18
adhocore
closed
1 year ago
0
`boundsByPos` & `valueByPos` needs to start checking from seconds instead of minutes
#17
sananguliyev
closed
1 year ago
1
15 validate value range
#16
adhocore
closed
1 year ago
1
`IsValid` does not work properly
#15
sananguliyev
closed
1 year ago
11
Fix faulty past year check, improve tests
#14
adhocore
closed
2 years ago
0
isPastYear is faulty
#13
adhocore
closed
2 years ago
0
Add NextTick and NextTickAfter
#12
adhocore
closed
2 years ago
1
Integrate goreleaser
#11
adhocore
closed
1 year ago
0
Support running cron as certain user
#10
adhocore
opened
2 years ago
0
chore(workflow): run tests on 1.18x
#9
adhocore
closed
2 years ago
0
WithContext
#8
schmorrison
closed
3 years ago
4
Fix range-with-step check for boundary condition (#6)
#7
varunbpatil
closed
3 years ago
2
Range-with-step showing time outside the range as due
#6
varunbpatil
closed
3 years ago
1
Docker container for standalone `tasker` executable
#5
adhocore
closed
3 years ago
1
Next