mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-19 09:38:39 +00:00
Merge pull request #131840 from pohly/client-go-workqueue-wording
client-go workqueue: clarify parallel reenqueuing Kubernetes-commit: 148761ce2c309d52722a7125dffda1d5890e9f04
This commit is contained in:
commit
cd9e9393ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user