PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
16.34k stars 1.59k forks source link

flows crashing without logs. #10381

Open deepanshu-zluri opened 1 year ago

deepanshu-zluri commented 1 year ago

First check

Bug summary

  1. flows go to crashed state but they dont add the kubernetes log for the job created by the flow
  2. flows go to crashed state after a duration of 6 hours on self-hosted orion but keep running in the background
  3. some flows show running status for long hours but actually the job is already ended/deleted in the middle . this chokes up the queue and task concurrency as well

Reproduction

-

Error

No response

Versions

prefect version - 2.7.8

Additional context

No response

desertaxle commented 1 year ago

Thanks for the issue @deepanshu-zluri! Do you have any more information or an example we can use to reproduce this issue?

blakete commented 4 months ago

Are there any internal logging locations I should check when my flows crash with no logs? As of now the reason why my flows are crashing is a black box. Thanks!