Skip to content

feat: optimize dispatch latency path#28

Merged
gnix0 merged 1 commit into
mainfrom
feat/low-latency-dispatch-path
Apr 21, 2026
Merged

feat: optimize dispatch latency path#28
gnix0 merged 1 commit into
mainfrom
feat/low-latency-dispatch-path

Conversation

@gnix0

@gnix0 gnix0 commented Apr 21, 2026

Copy link
Copy Markdown
Owner

Immediately enqueue runnable executions after job submission while keeping Postgres as the source of truth and scheduler reconciliation as the repair path. Refill one worker assignment slot after accepted task results so completed work does not wait for the next heartbeat before receiving another assignment. Refresh end-to-end performance evidence and tighten the documented reference-compose SLO to p95 < 1s based on the new measurements. Validation: go test ./..., make fmt-check, make lint, make build, git diff --check.

Immediately enqueue runnable executions after job submission while keeping Postgres as the source of truth and scheduler reconciliation as the repair path.
Refill one worker assignment slot after accepted task results so completed work does not wait for the next heartbeat before receiving another assignment.
Refresh end-to-end performance evidence and tighten the documented reference-compose SLO to p95 < 1s based on the new measurements.
Validation: go test ./..., make fmt-check, make lint, make build, git diff --check.
@gnix0 gnix0 merged commit 315e0e0 into main Apr 21, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant