Hiroki Hayama
10/13/2022, 8:23 PMMultiprocess executor: child process for step get_community_updates unexpectedly exited with code -11
dagster._core.executor.child_process_executor.ChildProcessCrashException
Stack Trace:
File "/usr/local/lib/python3.8/site-packages/dagster/_core/executor/multiprocess.py", line 214, in execute
event_or_none = next(step_iter)
, File "/usr/local/lib/python3.8/site-packages/dagster/_core/executor/multiprocess.py", line 330, in execute_step_out_of_process
for ret in execute_child_process_command(multiproc_ctx, command):
, File "/usr/local/lib/python3.8/site-packages/dagster/_core/executor/child_process_executor.py", line 163, in execute_child_process_command
raise ChildProcessCrashException(exit_code=process.exitcode)
the get_community_updates
is pulling down a few <100 rows from snowflake and trying to return a pandas dataframe with snowflakes.connector and the fetch_pandas_all() function. I’ve tried increasing the ecs/cpu tags but no luck there. Any tips/pointers would be appreciatedyuhan
10/13/2022, 9:00 PMHiroki Hayama
10/13/2022, 9:01 PMyuhan
10/13/2022, 10:09 PMHiroki Hayama
10/13/2022, 10:19 PMdaniel
10/14/2022, 1:31 AM