issues
search
jasonlvhit
/
gocron
A Golang Job Scheduling Package.
BSD 2-Clause "Simplified" License
3.46k
stars
345
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Job running twice even if scheduled only once in sporadic manner.
#177
IntellixenteSolutions
closed
6 months ago
0
chore: slice loop replace
#176
testwill
opened
11 months ago
1
Dockerfile with gocron
#175
JoJoCoJo
opened
1 year ago
1
.Do overrides existing cron tasks
#174
Tigraine
opened
2 years ago
1
Use slice instead of array
#173
biningo
closed
5 months ago
1
How to make stop Scheduler?
#172
meteoricfarm
opened
3 years ago
1
add repo move note so it shows in godoc
#171
JohnRoesler
closed
3 years ago
0
About task execution time
#170
rtywei
opened
3 years ago
1
exec time
#169
Soberabsurd
opened
3 years ago
1
#166 Schedule task every X hours from a date in the past
#168
naduda
opened
3 years ago
1
#166 Schedule task every X hours from a date in the past
#167
naduda
closed
3 years ago
0
Schedule task every X hours from a date in the past
#166
antoniocapizzi95
closed
3 years ago
2
Async Scheduler
#165
darlandieterich
opened
3 years ago
2
Is Day working properly?
#164
KnBrBz
closed
4 years ago
0
Duplicate function call in Every WeekDay
#163
lixin1234qqq
closed
4 years ago
1
Proposal: Please start using Semantic Versioning
#162
KateGo520
closed
4 years ago
4
getRunnableJobs runnableJobs is not needed
#161
scythefly
closed
4 years ago
2
Lock function, still run multiple times on multiple server instances
#160
g-graziano
opened
4 years ago
3
remove job by tag
#159
amirhosseinvz94
closed
3 years ago
3
remove job by tag
#158
amirhosseinvz94
closed
4 years ago
0
The cron does not run if the function has a argument.
#157
mahdirazaqi
closed
4 years ago
0
fixes #142 by removing the j.nextRun.After(now) check and fixes #53 b…
#156
Streppel
closed
4 years ago
0
Fix issue with "Scheduled" panics when job not scheduled
#155
ferryvg
opened
4 years ago
1
Every second Thursday
#154
mlanin
closed
4 years ago
1
Expressing doubts
#153
lijinghuatongxue
opened
4 years ago
4
expected time on daily test matches expected day
#152
Streppel
closed
4 years ago
0
removing intentional panics and handles errors gracefully
#151
Streppel
closed
4 years ago
2
go mod tidy && update
#150
Streppel
closed
4 years ago
0
removing unused file
#149
Streppel
closed
4 years ago
1
Consider the location implementation
#148
JohnRoesler
closed
4 years ago
1
Use stringer instead of string constants for time units
#147
arjunmahishi
closed
4 years ago
6
store jobs in slice instead of fixed size array
#146
JohnRoesler
closed
4 years ago
2
add seconds optionally to At()
#145
JohnRoesler
closed
4 years ago
3
At schedules job at specific time with second
#144
huangzulin
closed
4 years ago
1
One cron job that run multiple functions
#143
iampato
closed
4 years ago
0
Small size job executed twice occasionally
#142
hangpark
closed
4 years ago
4
Feature logger
#141
akdilsiz
closed
4 years ago
5
Is this package maintained?
#140
piotrkochan
closed
4 years ago
1
Run func merge
#139
Streppel
closed
4 years ago
0
Fix PR #133 so that it does not break RunAll
#138
wishdev
opened
4 years ago
1
rollback on pr #133
#137
Streppel
closed
4 years ago
0
Fix DoSafely
#136
tiger5226
closed
4 years ago
1
"Sleep until next run time if we wake up too early" breaks RunAll
#135
bir
closed
4 years ago
4
Implement custom logger
#134
akdilsiz
opened
4 years ago
5
Sleep until next run time if we wake up too early
#133
wishdev
closed
4 years ago
2
Account for race condition between wakeup delta and scheduling
#132
wishdev
closed
4 years ago
1
Scheduled func will return false when a DoSafely function is used
#131
prassag
opened
4 years ago
4
function func Scheduled(j interface{}) bool code is duplicated
#130
prassag
opened
4 years ago
0
Looping by mistake over all jobs array (instead of all actual jobs)
#129
prassag
opened
4 years ago
0
fixing conflicts
#128
Streppel
closed
4 years ago
1
Next