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

Ability to disable automatic definitions reloading when running dagster-dev locally #26010

Open
garethbrickman opened this issue Nov 19, 2024 · 0 comments
Labels
type: ergonomics developer ergonomics type: good first issue Good for newcomers

Comments

@garethbrickman
Copy link
Contributor

What's the use case?

When trying to use a debugger, stepping through the code breaks when the automatic definition reload happens.

As a workaround, I can run dagster-webserver instead of dagster-dev so I get the UI without the daemons that execute the automatic reload, however there may be situations where we need to debug with the daemons running.

Ideas of implementation

It looks like it could be controlled via this constant: https://github.com/dagster-io/dagster/blob/master/python_modules/dagster/dagster/_daemon/controller.py#L50

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

@garethbrickman garethbrickman added type: good first issue Good for newcomers type: ergonomics developer ergonomics labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: ergonomics developer ergonomics type: good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant