Skip to content

feat: Add a BatchPushTaskWorker for batched updates to the broker#695

Merged
evanh merged 4 commits into
mainfrom
evanh/feat/allow-workers-to-use-batch-update
Jun 15, 2026
Merged

feat: Add a BatchPushTaskWorker for batched updates to the broker#695
evanh merged 4 commits into
mainfrom
evanh/feat/allow-workers-to-use-batch-update

Conversation

@evanh

@evanh evanh commented Jun 10, 2026

Copy link
Copy Markdown
Member

This worker will read out a batch of updates, and send them to the server all at once using the
batched activations service.

The default for the TaskWorker is now to handle lists of updates, but the previous workers will
still only update one activation at a time.

This worker will read out a batch of updates, and send them to the server all at once using the
batched activations service.

The default for the TaskWorker is now to handle lists of updates, but the previous workers will
still only update one activation at a time.
@evanh evanh requested a review from a team as a code owner June 10, 2026 19:54

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 1e3d0c4. Configure here.

Comment thread clients/python/src/examples/cli.py
Comment thread clients/python/src/taskbroker_client/worker/worker.py
Comment thread clients/python/src/taskbroker_client/worker/worker.py
Comment thread clients/python/src/taskbroker_client/worker/worker.py
Comment thread clients/python/src/taskbroker_client/worker/worker.py
@evanh evanh merged commit b8517cd into main Jun 15, 2026
27 checks passed
@evanh evanh deleted the evanh/feat/allow-workers-to-use-batch-update branch June 15, 2026 15:06
evanh added a commit to getsentry/sentry that referenced this pull request Jun 15, 2026
Depends on getsentry/taskbroker#695 being
released. Add an option to use the BatchPushTaskWorker.
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.

2 participants