issues
search
rq
/
rq-scheduler
A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.45k
stars
229
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: Add some checking for the Scheduler.enqueue_job method
#318
newmancu
opened
22 hours ago
0
Crontab jobs are rescheduled many times with the default value repeat=None
#317
newmancu
opened
23 hours ago
0
Fix tests
#316
selwin
closed
3 weeks ago
0
Unexpected behaviour on repeated job even if result_ttl > interval
#315
salander93
opened
1 month ago
0
Removed rq.compat
#314
selwin
closed
1 month ago
0
RQ Scheduler & Redis Sentinel configuration
#313
hexkey
opened
2 months ago
0
Possible solution to concurrent instances working?
#312
Wintersunner
opened
4 months ago
0
Change scheduled job interval during runtime
#311
WilliamDEdwards
opened
4 months ago
1
docs(README): missing comma in Cron Jobs usage
#310
Lujeni
closed
1 month ago
2
Implementing retries with backoff with rq-scheduler
#309
shreyasp
opened
6 months ago
0
Add missing commas at the end of the args
#308
Ahmad-Wahid
opened
8 months ago
0
Use correct UTC settings for crontab
#307
dewalujjwal
opened
8 months ago
0
RQ Scheduler causes workers to sporadically hang after receiving jobs
#306
DataKinds
closed
9 months ago
1
Fix `resolve_connection` deprecation #304
#305
soulseekah
closed
2 weeks ago
2
`resolve_connection` is deprecated
#304
soulseekah
closed
2 weeks ago
1
Avoid using removed rq.compat from rq older than rq 1.13
#303
dirkmueller
opened
11 months ago
0
do not allow queuing job if job.meta.unique_job_id already queued
#302
mitakuye
opened
11 months ago
0
Update rqscheduler.py
#301
Simeon2001
opened
1 year ago
0
Use correct UTC settings for crontab
#300
ross-spencer
closed
6 days ago
2
FutureWarning for Cron Scheduled Jobs
#299
ross-spencer
opened
1 year ago
0
Docs: Add type annotations & docstrings
#298
ccrvlh
opened
1 year ago
0
Bump supercharge/redis-github-action from 1.5.0 to 1.6.0
#297
dependabot[bot]
opened
1 year ago
0
Bump actions/setup-python from 4.6.0 to 4.7.0
#296
dependabot[bot]
opened
1 year ago
0
Bump actions/setup-python from 4.6.0 to 4.6.1
#295
dependabot[bot]
closed
1 year ago
1
Sometimes rq's job queue will loss job which cend a recursive function with `enqueue_in` to schedule.
#294
b7wch
opened
1 year ago
0
Fix ColorizingStreamHandler import
#293
herrtxbias
closed
1 year ago
1
--password argument is not safe
#292
AngelaUncle
opened
1 year ago
0
Bump actions/setup-python from 4.5.0 to 4.6.0
#291
dependabot[bot]
closed
1 year ago
0
[BUG] Cron skips an instance for Western time zones
#290
stevennic
closed
1 year ago
1
Fix custom queue instructions in README
#289
erikvanzijst
closed
1 year ago
1
get_status for job not updating?
#288
ansocha
opened
1 year ago
1
Added attribute for to job if not argument present
#287
callluis
opened
1 year ago
5
enqueue_at(Job)
#286
stevennic
opened
1 year ago
1
Prepare for release
#285
selwin
closed
1 year ago
0
Adjustments for rq 1.13 and drop support for python < 3.6
#284
ronlut
closed
1 year ago
1
Added the ability to choose the serializer
#283
amks1
opened
1 year ago
5
.schedule's execution time gets pushed back
#282
MHM5000
opened
1 year ago
2
Add enqueue_at_front for scheduled jobs
#281
gabriels1234
closed
1 year ago
1
Multiple schedulers and multiple queues
#280
AlinaYablokova
opened
2 years ago
0
add flag to clear job on exit
#279
bzd111
opened
2 years ago
1
Added result_ttl and ttl to cron arguments
#278
marcelblijleven
closed
1 year ago
4
Support timzones in cron
#277
ericman93
opened
2 years ago
0
Retry mechanisms?
#276
Spoonrad
opened
2 years ago
0
Scheduler cancelling all jobs in all queues when specific queue name was supposed to cancel
#275
munzzz5
opened
2 years ago
1
Missing retry
#274
rosscdh
opened
3 years ago
0
Replace broken croniter
#273
urm8
closed
3 years ago
1
replace broken croniter
#272
urm8
closed
3 years ago
0
demote lock taken log message from warning to debug
#271
thnee
closed
2 years ago
2
Adding callbacks and tests for callbacks
#270
andy-takker
closed
3 years ago
1
Interval jobs time drifting
#269
Prodian0013
opened
3 years ago
0
Next