graphile / graphile/worker

Create presets for common needs: max throughput, minimum latency, etc

Open
#505 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.