Skip to content

Commit

Permalink
# update_qos()
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Apr 9, 2024
1 parent be0121e commit 9091793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions celery/worker/loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def asynloop(obj, connection, consumer, blueprint, hub, qos,
# We only update QoS when there's no more messages to read.
# This groups together qos calls, and makes sure that remote
# control commands will be prioritized over task messages.
if qos.prev != qos.value:
update_qos()
# if qos.prev != qos.value:
# update_qos()

try:
next(loop)
Expand Down

0 comments on commit 9091793

Please sign in to comment.