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
?