Bugfixeds
This commit is contained in:
parent
a5165dc3ba
commit
4403c9ebde
20 changed files with 199 additions and 85 deletions
|
|
@ -196,6 +196,7 @@ async def list_due_jobs(
|
|||
IngestionQueueItem.id.asc(),
|
||||
)
|
||||
.limit(limit)
|
||||
.with_for_update(skip_locked=True)
|
||||
)
|
||||
rows = list(result.scalars().all())
|
||||
jobs: list[ContinuationQueueJob] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue