Basil V
03/05/2020, 7:57 PMdagit
gets executed. Can anyone point me to further documentation or examples for dagster.yaml etc (beyond what is in https://docs.dagster.io/latest/deploying/instance/)? Maybe what the "default" dagster.yaml would look like and specifically options for dagit_settings
. Thanks!alex
03/05/2020, 8:48 PM“default” dagster.yaml would look like and specifically options for dagit_settingsheres where that config is defined for reference https://dagster.phacility.com/source/dagster/browse/master/python_modules/dagster/dagster/core/instance/config.py$43-54
dagit:
execution_manager:
disabled: False
max_concurrent_runs: # empty to set to None
Basil V
03/05/2020, 8:52 PMalex
03/05/2020, 8:54 PMBasil V
03/05/2020, 8:56 PM/apidocs/cli
page, but might be helpful to highlight them somewhere since this is a common entrypoint for the application.alex
03/05/2020, 8:57 PMBasil V
03/05/2020, 8:57 PM