https://dagster.io/ logo
Title
k

Kyle Gobel

02/22/2023, 6:22 PM
Getting an error when trying to run a job:
Error 1: Received unexpected config entry "multiprocess" at path root:execution:config.  Expected: "{ max_concurrent?: Int etc}"
Recently upgraded to latest dagster/dagit (1.1.19) I'm not sure where to go about debugging this error. The only thing I have for multiprocess related things is at the
@repository
level
from dagster import repository, multiprocess_executor, with_resources

@repository(default_executor_def=multiprocess_executor)
def core_repo():
   return [*JOBS, *SCHEDULES, with_resources(ASSETS, RESOURCES)]
c

claire

02/23/2023, 9:51 PM
Hi Kyle, are you setting config in the launchpad or on the job? I think the config contains a "multiprocess" key when it should just contain the multiprocess executor config