We are trying to get our first flow running, but i...
# prefect-getting-started
j
We are trying to get our first flow running, but it goes to the Crashed state immediately after downloading the flow code. The only error we see, even with debug output turned on, is that it exited with status code -11. How can we investigate the root cause or see where this is coming from? We are self hosting with Prefect 2.11.0 and using an SQLite database for now.
k
What type of environment is your deployment running in? Are you using a work pool?
j
It’s running on a red hat host in our company’s development environment. We’re running an agent process that belongs to a queue in the default work pool.