Details
Priority
MediumAssignee
UnassignedUnassignedReporter
Sébastien DuthilSébastien Duthil
Details
Details
Priority
Assignee
Unassigned
UnassignedReporter
Sébastien Duthil
Sébastien DuthilZendesk Support
Zendesk Support
Zendesk Support
Created February 28, 2025 at 9:01 PM
Updated March 17, 2025 at 1:20 PM
Currently,
res_freeze_check
only checks for deadlocks on the channel locks. It should also check the queue locks fromapp_queue
and detect any deadlocks: iterate on all queues and obtain the queue locks.Work to do:
modify
res_freeze_check
(Wazo code) to detect deadlocks inapp_queue