Hey all. I have a flow that is scheduled to run ev...
# prefect-server
a
Hey all. I have a flow that is scheduled to run every day but I keep getting this error which I don't comprehend where to trace it to: [{'message': "can't start new thread", 'locations': [{'line': 2, 'column': 5}], 'path': ['set_flow_run_states'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': "can't start new thread"}}}] Any idea why? I'm using Prefect Core Version: 0.13.18
1
a
it might be that you registered your flow with a newer Prefect version, 0.13.18 is quite old. Did you consider upgrading?