Create presets for common needs: max throughput, minimum latency, etc
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 126
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
### Feature description
- Max throughput would prioritise throughput over latency: enable batching, use refetch delay (see: #500), etc
- Min latency would prioritise latency from filing a job to executing it: minimal batching, no refetch delay, etc
- High scale might be a balance of these suitable for people who are dealing with very high numbers of workers/jobs.
### Motivating example
People don't like to read documentation or have too many options; pick some sensible ones for them.
### Breaking changes
None.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.