DBOS @dbos.dev · Jan 26

A nice feature in the latest DBOS Python release: you can now call async steps concurrently with native syntax from a workflow. To make that possible, we added code to set a unique ID for each step before it begins, so even though the step executions overlap they’re checkpointed deterministically.

2 likes 1 replies

?

Replies

DBOS · Jan 26

Check out the release note here: github.com/dbos-inc/dbo...