issues
search
tobymao
/
saq
Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
583
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Task "hangs" and isn't retried after worker termination and eventually gets swept after timeout is reached
#191
andrewnguonly
opened
1 day ago
0
Option to restart worker based on metrics (i.e. memory consumption / tasks processed)
#190
provinzkraut
closed
5 days ago
1
fix: info queue test case added
#189
benfdking
closed
5 days ago
0
fix job info always full
#188
N1LEX
closed
6 days ago
3
Error Future pending attached to different loop
#187
aleixrodriala
closed
1 week ago
6
--check is really slow
#186
langchain-infra
closed
2 weeks ago
1
Fix: Raise in the HTTP queue on HTTP error
#185
izeigerman
closed
2 weeks ago
0
Feat: Preserve the event loop in a Queue when connecting
#184
izeigerman
closed
2 weeks ago
0
Question: What's the best way to limit concurrency per job name
#183
evgenii-moriakhin
closed
2 weeks ago
8
Disable connection pooling for Postgres
#182
zeshan321
closed
3 weeks ago
1
Requeuing unique tasks with different parameters
#181
aleixrodriala
closed
1 month ago
2
fix: revert back to client side time
#180
tobymao
closed
1 month ago
0
Feat: Support burst mode
#179
izeigerman
closed
1 month ago
1
Context as kwarg
#178
magnus-kr
closed
1 month ago
1
feat: `asyncpg` adapter
#177
cofin
closed
1 month ago
8
feat!: add priorities and groups to postgres
#176
tobymao
closed
1 month ago
0
Fix: Flaky tests by adjusting timings
#175
izeigerman
closed
1 month ago
0
Conflict with Debuggers
#174
aleixrodriala
closed
1 month ago
4
Fix: Prevent cron jobs from running too soon when using Postgres
#173
izeigerman
closed
1 month ago
0
Feature: `asyncpg` Queue backend
#172
cofin
closed
1 month ago
6
fix: concurrency 1 needs to queue cron jobs
#171
tobymao
closed
1 month ago
0
fix: lint path handling
#170
aleixrodriala
closed
1 month ago
0
fix: static gzip assets starlette + fallback
#169
aleixrodriala
closed
1 month ago
4
Starlette web not working
#168
aleixrodriala
closed
1 month ago
1
fix!: use multiplexer for postgres
#167
tobymao
closed
1 month ago
0
fix: postgres sweeping doesn't need to update job state
#166
tobymao
closed
1 month ago
0
Is the Postgres backend stable / recommended for production use?
#165
yanniskatsaros
closed
1 month ago
1
Static not found when bound /monitor to app
#164
N1LEX
closed
1 month ago
3
Fix: Recover from bad Postgres connection
#163
vchan
closed
1 month ago
0
SAQ hangs if Postgres restarts while SAQ is running
#162
zeshan321
closed
1 month ago
1
Support collections of hooks. Support sync versions of hooks
#161
izeigerman
closed
2 months ago
0
Include a reference to a task's exception (if any) in the task's context
#160
izeigerman
closed
2 months ago
0
Getting ERROR:saq:Upkeep task failed unexpectedl
#159
kdenz
closed
2 months ago
2
Chore: Replace job calls in queue with self calls
#158
vchan
closed
2 months ago
0
Fix: A queue's sweeper should only sweep jobs that belong to it
#157
vchan
closed
2 months ago
0
Fix: Retry should not be responsible for releasing a job's lock
#156
vchan
closed
2 months ago
1
Fix: Handle aborting a job before it has started processing in Postgres
#155
vchan
closed
2 months ago
0
fix: don't set expire_at on abort
#154
tobymao
closed
2 months ago
0
Fix: Do not expire jobs when aborting
#153
vchan
closed
2 months ago
0
feat!: add iter jobs api and adust constraints
#152
tobymao
closed
2 months ago
0
Fix: Set psycopg minimum version to 3.2.0
#151
vchan
closed
2 months ago
0
Chore: Update CI for main branch
#150
vchan
closed
2 months ago
0
Fix!: Postgres queue sweep
#149
vchan
closed
2 months ago
0
cleanup
#148
tobymao
closed
2 months ago
0
chore: switch to ruff
#147
tobymao
closed
2 months ago
0
Fix!: Clear out ttl when retrying aborted jobs in Postgres
#146
vchan
closed
2 months ago
0
Chore: Introduce queue upkeep
#145
vchan
closed
2 months ago
0
feat: http queue
#144
tobymao
closed
2 months ago
0
Fix: Listen forever if timeout param is 0 (postgres)
#143
vchan
closed
2 months ago
0
Bump version to v0.14.2
#142
vchan
closed
2 months ago
0
Next