Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
benjie opened this issue Nov 11, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@benjie
Copy link
Member

benjie commented Nov 11, 2024

Feature description

  • Max throughput would prioritise throughput over latency: enable batching, use refetch delay (see: Reduce DB load on near-empty jobs table with frequent add_job #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.

@benjie benjie added the enhancement New feature or request label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant