interval |
3000 |
Defines the interval, in milliseconds, for running the
dispatch worker to write entries to the database. |
batchSize |
50 |
Defines the maximum number of entries to write into the
database as part of a batch. |
interval |
60000 |
Defines the maximum value for the interval between runs. If
no entries are found, the interval between runs is increased up
to this maximum value. |
maxConcurrent |
3 |
Defines the maximum concurrent workers to process the load.
If the worker finds entries to write in the database and there
are more than the batch size left after the run, the worker
submits additional workers. |
shutdownWait |
5000 |
Defines the shutdown wait time, in milliseconds, for the
executor dispatching the workers. If set to 0, the executor
shuts down immediately losing any queued audits. Otherwise, the
executor stops accepting new workers and waits for processing to
complete or until the defined amount of time elapses before
forcing a shutdown. |