Root definitions

Properties

maxWorkers

number

The maximum number of events that can be processed simultaneously.

Do not modify this setting unless you know what you are doing. The default of 1 is suitable for the majority of use-cases.

Raising the max above 1 could be useful if you require very fast response time to short bursts of high-volume events. However logs may become unreadable as many events are processed at the same time. Additionally, any events that depend on past actions from your bot may not be processed correctly given the concurrent nature of this use case.

Note: Max workers are also enforced at the operator level so a subreddit cannot raise their max above what is specified by the operator.

Default: 1, Minimum: 1
Loading...

Editor and Validator