mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
client-go workqueue: clarify parallel reenqueuing
"Is allowed" does not exactly say what happens. Let's be more explicit.
This commit is contained in:
@@ -22,5 +22,6 @@ limitations under the License.
|
||||
// will only be processed once.
|
||||
// - Multiple consumers and producers. In particular, it is allowed for an
|
||||
// item to be reenqueued while it is being processed.
|
||||
// In this case it will be processed again.
|
||||
// - Shutdown notifications.
|
||||
package workqueue
|
||||
|
||||
Reference in New Issue
Block a user