Skip to content

Commit

Permalink
Revert "# update_qos()"
Browse files Browse the repository at this point in the history
This reverts commit 9091793.
  • Loading branch information
Nusnus committed Apr 14, 2024
1 parent bd67386 commit 87ef528
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 87ef528

Please sign in to comment.