Hi everyone! I have trouble with scheduler. Dagit ...
# ask-community
o
Hi everyone! I have trouble with scheduler. Dagit says everything ok, there is a next tick and future runs. Daemon is running too. But it doesnt running job. In the end of code with op and job I write code on screenshot. Daemon outputted following warning: Schedule pipe_schedule was started from a location main.py that can no longer be found in the workspace. You can turn off this schedule in the Dagit UI from the Status tab. How can I fix this problem? Please help me!
🤖 1
d
Hi Oleg - are you running dagit and the daemon with the same arguments?
(e.g. dagit -f main.py and dagster-daemon run -f main.py)
👍 1
o
Yes, the command dagster-daemon run with file flag fix my problem so now Im happy. Thank you so much!)
condagster 1