issues
search
tobymao
/
saq
Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
579
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Correct param name in docstring
#36
peterschutt
closed
2 years ago
1
Queue timeout
#35
sondrelg
closed
2 years ago
2
update readme start-worker command
#34
phihung
closed
2 years ago
0
Periodic task decorator
#33
cofin
closed
2 years ago
4
tests(worker): added additional test cases around long-running jobs
#32
cofin
closed
2 years ago
2
Why are you using a Semaphore instead of a BlockingConnectionPool?
#31
paul-finary
closed
2 years ago
3
Best way to globally override Job defaults ?
#30
paul-finary
closed
2 years ago
3
Allow users to expire, keep, or disable storage of job information
#29
paul-finary
closed
2 years ago
1
Fix/logging
#28
paul-finary
closed
2 years ago
6
Fix import setting module
#27
aprilahijriyan
closed
2 years ago
4
`ModuleNotFoundError` on `saq` start
#26
lxmnk
closed
2 years ago
6
Issues in the sample project
#25
aprilahijriyan
closed
2 years ago
2
Fix bug with queue map timeouts
#24
vchan
closed
2 years ago
0
make upkeep more robust to errors
#23
tobymao
closed
2 years ago
0
Release 0.6.0
#22
acreux
closed
2 years ago
0
Use queue name in the job key
#21
acreux
closed
2 years ago
5
continue to prune dict
#20
tobymao
closed
2 years ago
1
Rename additional to extra
#19
barakalon
closed
2 years ago
0
Better support for context propagation
#18
barakalon
closed
2 years ago
1
Fix CLI help text
#17
barakalon
closed
2 years ago
1
Add retry delay
#16
barakalon
closed
2 years ago
0
Monitor multiple queues in the Web UI
#15
barakalon
closed
2 years ago
2
Support synchronous job functions
#14
barakalon
closed
2 years ago
0
Handle alternative deserialization in UI
#13
barakalon
closed
2 years ago
1
Fix lint errors for pylint 2.12.2 -> 2.13.2
#12
barakalon
closed
2 years ago
0
Add Queue.map
#11
barakalon
closed
2 years ago
0
Minor fix-ups
#10
barakalon
closed
2 years ago
0
Docs & Features
#9
ccrvlh
closed
2 years ago
2
Add health check endpoint to web application
#8
vchan
closed
2 years ago
0
the previous implementation of monitor was prone to race conditions
#7
tobymao
closed
2 years ago
0
asyncio handler for signal.SIGINT is Not supported in windows
#6
ovresko
closed
2 years ago
1
Mechanism for transferring state from enqueing process to worker
#5
sondrelg
closed
2 years ago
4
Add and handle dequeue timeout configuration
#4
vchan
closed
2 years ago
0
Add health check
#3
vchan
closed
2 years ago
0
Always call after_process
#2
vchan
closed
2 years ago
0
Add enqueue classmethod
#1
vchan
closed
2 years ago
0
Previous