Skip to content

queue.dequeueSlowDown and queue.dequeueBatchSize clarification #981

@bodik

Description

@bodik

source/rainerscript/queue_parameters.rst

queue.dequeueSlowDown
---------------------
...

For example if this parameter is set to 10000 on a UDP send action, the action 
won't be able to put out more than 100 messages per second.

Above example works only when queue.dequeueBatchSize="1". I propose change to:

For example if this parameter is set to 10000 on a UDP send action, the action
won't be able to put out more than 100 messages per second (mind than 
queue.dequeueBatchSize must equal "1" in such case, which is not default).

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