Skip to content

SendBulk#403

Merged
devhawk merged 5 commits into
mainfrom
devhawk/send-bulk
May 28, 2026
Merged

SendBulk#403
devhawk merged 5 commits into
mainfrom
devhawk/send-bulk

Conversation

@devhawk
Copy link
Copy Markdown
Collaborator

@devhawk devhawk commented May 27, 2026

Adds sendBulk() to the public API (DBOS and DBOSClient), allowing a list of messages to be sent to one or more workflow destinations atomically in a single database transaction. Also adds sendToForks support to both send() and sendBulk(), which fans out each message to every workflow recursively forked from the destination.

fixes #402

@devhawk devhawk requested review from kraftp, maxdml and qianl15 May 27, 2026 19:59
Comment thread transact/src/main/java/dev/dbos/transact/database/dao/NotificationsDAO.java Outdated
Comment thread transact/src/main/java/dev/dbos/transact/DBOS.java
@devhawk devhawk merged commit caddbbb into main May 28, 2026
17 checks passed
@devhawk devhawk deleted the devhawk/send-bulk branch May 28, 2026 19:18
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.

Bulk Send

2 participants