David Merritt
01/12/2023, 7:52 PMMultiprocess executor: child process for step historical_fire_perimeters_geojson unexpectedly exited with code -9
dagster._core.executor.child_process_executor.ChildProcessCrashException
op
result in a job, halting the flow of the job.jordan
01/12/2023, 7:58 PMDavid Merritt
01/12/2023, 8:18 PMGabe Schine
01/12/2023, 8:23 PMDavid Merritt
01/12/2023, 8:24 PMThey have fewer compute resources: 0.25 vCPU cores and 1GB of RAM. These resources are shared with other processes for a code location like sensors. As a result, it's recommended to use isolated runs for compute intensive jobs and asset materializations.
Gabe Schine
01/12/2023, 8:25 PMDavid Merritt
01/12/2023, 8:26 PMWhen launching runs manually, select Isolate run environment in the Launchpad to launch an isolated runs. Scheduled, sensor, and backfill runs are always isolated.
Gabe Schine
01/12/2023, 8:27 PMDavid Merritt
01/12/2023, 8:29 PM