Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support local debug mode (no proxy) #32

Open
qianl15 opened this issue May 3, 2024 · 0 comments
Open

Support local debug mode (no proxy) #32

qianl15 opened this issue May 3, 2024 · 0 comments

Comments

@qianl15
Copy link
Member

qianl15 commented May 3, 2024

We recently added a capability in DBOS Transact to support stepping through a workflow without a debug proxy.
Docs: dbos-inc/dbos-docs#109
Transact: dbos-inc/dbos-transact-ts#379

Essentially, if you run npx dbos debug -u <workflow UUID> without specifying a proxy, the code can pull workflow status from the specified Postgres in the dbos-config.yaml file. This mode doesn't allow you to step through transactions, but can easily debug workflows and view outputs from transactions and communicators.

This feature is to mainly support debugging with local Postgres installation, because this mode doesn't try to connect to the cloud provenance DB.

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

No branches or pull requests

1 participant