hi, i'm getting the error: ```pipeline_1 | Error:...
# announcements
c
hi, i'm getting the error:
Copy code
pipeline_1  | Error: A scheduler must be configured to run schedule commands.
pipeline_1  | You can configure a scheduler on your instance using dagster.yaml.
pipeline_1  | For more information, see:
even thought i have a scheduler defined in dagster.yaml:
Copy code
scheduler:
  module: dagster_cron.cron_scheduler
  class: SystemCronScheduler
a
do you have
$DAGSTER_HOME
set too?
c
/home/dagster/dagster_home
i just realized, dagster.yaml is supposed to be in
$DAGSTER_HOME
, not in dagster/app, right?
a
ya - its a set of “global” settings
c
ahhh so "app" is like the current project and dagster home is global?
a
global -> user (across “apps” ) but ya
c
ok that makes sense
a
👍 hopefully everything works from there let us know if you hit any other issues
c
the docker setup instructions should include copying dagster.yaml to dagster home
as a suggestion 🙂
a
which one are you looking at?
the example shows copying everything to dagster app, but it looks like dagster.yaml needs to get copied into dagster home
a
ah great call, thanks!
c
for sure. thank you for the help!!
a
(the scheduler used to be enabled a different way so you didnt need to put anything in dagster.yaml to get started)
c
hey, now i'm getting
dagster.check.CheckError: (<class 'dagster.core.launcher.RunLauncher'>, 'class RunLauncher in module dagster.core.launcher', <class 'dagster.core.serdes.ConfigurableClass'>)
Copy code
run_launcher:
  module: dagster.core.launcher
  class: RunLauncher
nvm - will post to general