There was an error while loading. Please reload this page.
1 parent 89c5f9e commit 12c2cdeCopy full SHA for 12c2cde
1 file changed
src/backend/base/langflow/api/v1/mappers/deployments/helpers.py
@@ -891,8 +891,8 @@ async def list_deployments_synced(
891
"""Return a page of deployments, batch-deleting DB rows the provider doesn't recognise.
892
893
Each round fetches a candidate window so one provider lookup reconciles
894
- stale rows beyond the page. Refill rounds seek after the last processed row,
895
- so concurrent deletes do not shift a numeric offset under the loop.
+ stale rows beyond the page. Refill rounds seek after the last processed row
+ to avoid corruption to the offset under concurrent deletes.
896
897
``allowed_ids`` is the DB-layer authorization prefilter, threaded into both
898
the page query and the total count so a registered authorization plugin can
0 commit comments