https://dagster.io/ logo
#ask-community
Title
# ask-community
g

Gowtham Manne

07/08/2022, 5:27 PM
Hi All, I have deployed dagit on open shift. but its erroring out with "*CrashLoopBackOff*" as Pod status. In the logs I see "Welcome to dagster! you must pass the application as import string to enable 'reload' or 'workers' " I have main.py in which
from dagit import cli as dagit_cli
dagit_cli.main()
To start the dagit on open shift
j

johann

07/08/2022, 7:32 PM
Is it possible to call the dagit cli directly rather than invoking it as a library?