-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Line 878 in 929cc8d
| {message_queue_len, N} when N + QueueLen > MaxQueue -> |
During our use, we found that if a process is continuously receiving messages, the collect_messages function does not check max_queue, causing the length of max_queue to exceed the set value by the time it is detected, our threshold for max_queue is 5000, and got below error log:
[error] <0.32294.2473>@process:terminate:1984, reason {process_limit,{max_queue,14467}}
Metadata
Metadata
Assignees
Labels
No labels