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
I think it is a bug to add workers to the list of available workers for every kind of network activity a queue/broker notices from them. And I'd say this is wrong by design.
Imagine a worker which is currently idle and sending heartbeat messages periodically: The implementation will add this worker over and over again to the list of available workers. The list would grow endlessly if there wasn't expiration management which removes older duplicates continously from the list.
The text was updated successfully, but these errors were encountered:
Samples/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/Program.cs
Line 77 in 378dad9
I think it is a bug to add workers to the list of available workers for every kind of network activity a queue/broker notices from them. And I'd say this is wrong by design.
Imagine a worker which is currently idle and sending heartbeat messages periodically: The implementation will add this worker over and over again to the list of available workers. The list would grow endlessly if there wasn't expiration management which removes older duplicates continously from the list.
The text was updated successfully, but these errors were encountered: