Skip to content

max_queue doesn't work #19

@pangxiaozhen77

Description

@pangxiaozhen77

{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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions