Skip to content

feat(taskbroker): Add Bucket Column to Activation Table#577

Open
james-mcnulty wants to merge 3 commits intomainfrom
george/push-taskbroker/add-bucket-column
Open

feat(taskbroker): Add Bucket Column to Activation Table#577
james-mcnulty wants to merge 3 commits intomainfrom
george/push-taskbroker/add-bucket-column

Conversation

@james-mcnulty
Copy link
Copy Markdown
Member

Linear

Completes STREAM-823

Description

Currently, taskworkers pull tasks from taskbrokers via RPC. This approach works, but has some drawbacks. Therefore, we want taskbrokers to push tasks to taskworkers instead. Read this page on Notion for more information.

This PR adds a bucket column to the activation table and a composite index on (status, bucket) to reduce contention between fetch threads.

@linear-code
Copy link
Copy Markdown

linear-code bot commented Mar 19, 2026

@james-mcnulty james-mcnulty marked this pull request as ready for review March 28, 2026 20:38
@james-mcnulty james-mcnulty requested a review from a team as a code owner March 28, 2026 20:38
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