mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 12:03:54 +02:00
Added logging for permissions upsert queue length
This commit is contained in:
committed by
Chris Weaver
parent
08312a4394
commit
8108ff0a4b
@@ -162,7 +162,7 @@ class RedisConnectorPermissionSync:
|
||||
),
|
||||
queue=OnyxCeleryQueues.DOC_PERMISSIONS_UPSERT,
|
||||
task_id=custom_task_id,
|
||||
priority=OnyxCeleryPriority.MEDIUM,
|
||||
priority=OnyxCeleryPriority.HIGH,
|
||||
)
|
||||
async_results.append(result)
|
||||
|
||||
|
Reference in New Issue
Block a user