You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced a priority queue that by default de-prioritizes events if the object was unchanged. If the object gets requeued, it will lose that priority. We should:
Make the controller check if the workqueue is a priority queue
If yes, store the priority a given key has
If yes, re-use that priority when calling Add, AddRatelimited or AddAfter
We introduced a priority queue that by default de-prioritizes events if the object was unchanged. If the object gets requeued, it will lose that priority. We should:
Related to #2374
The text was updated successfully, but these errors were encountered: