Jobs
Options
| Name | Default | Description | Type | Since |
|---|---|---|---|---|
queue | LOCAL | The job queue implementation to use. LOCAL uses an in-memory queue and is only recommended for single node setups. REDIS uses a Redis or Valkey server. The server must be configured in the redis section. | string | v4.6 |
maxConcurrent | 1 | The maximum number of jobs that are allowed to run concurrently. If requests are to be answered efficiently at all times, the value should not exceed half of the CPU cores. | number | v4.6 |