issues
search
mvniekerk
/
tokio-cron-scheduler
Schedule tasks on Tokio using cron-like annotation
Apache License 2.0
529
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Using a duration value less than 500ms
#89
binkabir
opened
1 week ago
2
repeated schedule minimum duration
#88
zainpay
opened
1 week ago
1
TimeZone schedulers are using FixedOffset instead of Timezone
#87
marioloko
opened
3 weeks ago
1
Cron schedule pattern no longer supports pattern for year
#86
porkbrain
closed
1 month ago
4
Multi-threading of Jobs
#85
abhi3700
opened
1 month ago
0
Handling Job Recovery with tokio-cron-scheduler After Process Restart
#84
dongbin86
opened
1 month ago
0
Overlapping of Jobs
#83
abhi3700
opened
1 month ago
1
English to cron integration
#82
mvniekerk
closed
2 months ago
0
Use croner instead of cron
#81
mvniekerk
closed
2 months ago
0
Fix cron schedule and formatting in README example
#80
c12i
closed
2 months ago
1
Integrate english-to-cron crate
#79
kaplanelad
closed
2 months ago
9
fix(postgres): fix a typo in a `time_till_next_job` SQL query
#78
azasypkin
closed
2 months ago
3
Swap from cron to croner-rust
#77
MGough
closed
2 months ago
2
[Maybe Non-issue] JobScheduler::shutdown_on_ctrl_c does not run the shutdown handler
#76
AregevDev
closed
3 months ago
1
0.11.0
#75
mvniekerk
closed
3 months ago
0
Swap from `cron` to `croner-rust` - Support wider range of cron features
#74
MGough
closed
2 months ago
1
Why the jobs in the postgresql table job can not auto run
#73
gensuineixin
opened
3 months ago
4
I was wondering how can I pass any variabel that did not implement Copy trait;
#72
rockburning
closed
3 months ago
3
[Feature] Add method to change schedule
#71
JosiahParry
opened
3 months ago
2
Document duration argument for `new_one_shot` methods
#70
JosiahParry
closed
3 months ago
3
Update num-derive
#69
Jesse-Bakker
closed
3 months ago
1
[requests] new_one_shot!().
#68
okrightall
opened
5 months ago
1
Update README.md
#67
tpmccallum
closed
6 months ago
1
The features "signal" didn't work when combined with Axum
#66
linyihai
opened
6 months ago
3
Improve code quality
#65
JakkuSakura
closed
3 months ago
4
fix: offset logic calculated for east_opt not for west_opt
#64
rlienlaf
closed
6 months ago
1
How to use reqwest or blocking inside
#63
baerwang
closed
7 months ago
0
Fix misprint
#62
frederikhors
closed
8 months ago
1
Having too many jobs causes the chanel to be filled and the scheduler to stop working
#61
marioloko
closed
3 months ago
7
Added additional feature to allow to use log crate instead of tracing crate
#60
marioloko
closed
9 months ago
1
Scheduler state or data shared across the jobs
#59
vsavovski
opened
10 months ago
2
Make channel capacity configurable
#58
vsavovski
closed
3 months ago
1
Getting a RecvError() no matter what I do
#57
kaspar-p
opened
1 year ago
3
Handling Cases in repeated_async Jobs Where Execution Time Exceeds Interval Time
#56
DMCKirito
opened
1 year ago
4
Outdated example on crates.io
#55
0xMimir
opened
1 year ago
0
Support Generic Storage Layer For Jobs? (MongoDB)
#54
LuisOsta
opened
1 year ago
5
Incorrect schedule delay after job adding(first execution)
#53
Dkwcs
closed
1 year ago
0
Could scheduler resume jobs execution after reload?
#52
Dkwcs
opened
1 year ago
4
"0 0/1 15 * * ?" execute no result
#51
zhengxingjian
opened
1 year ago
1
Run tasks non-concurrently?
#50
Zerowalker
opened
1 year ago
3
Support using local time instead of utc for cron
#49
4t145
closed
7 months ago
7
Make `shutdown_on_signal` only available on Unix
#48
SandroHc
closed
6 months ago
1
utc problem!
#47
wing-zacharias
closed
9 months ago
1
Fix example in README
#46
sueskind
closed
1 year ago
1
cron syntax for run every 1 minute runs more often
#45
rbtcollins
closed
1 year ago
1
Custom code use Local time
#44
daiguadaidai
closed
9 months ago
1
fix missing whitespace when updating ticks
#43
grottohub
closed
1 year ago
1
missing whitespace in PostgreSQL query when updating ticks
#42
grottohub
closed
1 year ago
0
How to support run in LOCAL time
#41
daiguadaidai
closed
9 months ago
1
JobDeleter::remove gets stuck when called from tokio::spawn
#40
skrcka
closed
1 year ago
3
Next