With the latest release of the DBOS debugger, you can get pretty close! It lets you take any past trace of a DBOS workflow, execute it locally, and attach a debugger to step through it and see what really happened.
With the latest release of the DBOS debugger, you can get pretty close! It lets you take any past trace of a DBOS workflow, execute it locally, and attach a debugger to step through it and see what really happened.
Would love feedback on it! What works and what isn’t clear?
Would love feedback on it! What works and what isn’t clear?
An idea on how to radically improve reliability and reduce complexity for stateful apps.
www.dbos.dev/blog/what-is...
An idea on how to radically improve reliability and reduce complexity for stateful apps.
www.dbos.dev/blog/what-is...
Durable workflows and steps map 1-to-1 to traces and spans used in OTel and most modern observability frameworks. This makes monitoring easier: how often workflows run, where they spend time, and when they error.
Durable workflows and steps map 1-to-1 to traces and spans used in OTel and most modern observability frameworks. This makes monitoring easier: how often workflows run, where they spend time, and when they error.
We just refreshed the “Learn DBOS” guides in our documentation. I’d be really grateful if anyone could look at the new guides, try them out, and give feedback on what works and what needs to be explained better. Thanks a lot!
We just refreshed the “Learn DBOS” guides in our documentation. I’d be really grateful if anyone could look at the new guides, try them out, and give feedback on what works and what needs to be explained better. Thanks a lot!
There was a great discussion about how to integrate durable execution into existing apps--what got people excited about DBOS is that it's just a Python library, so you can "pip install" it into any existing app.
There was a great discussion about how to integrate durable execution into existing apps--what got people excited about DBOS is that it's just a Python library, so you can "pip install" it into any existing app.
DBOS automatically generates OpenTelemetry traces for your workflows. You can now view traces in the cloud console to monitor your apps and see:
- What operations they run
- Where they spend time
- If they error, where and why
DBOS automatically generates OpenTelemetry traces for your workflows. You can now view traces in the cloud console to monitor your apps and see:
- What operations they run
- Where they spend time
- If they error, where and why