Mitch
02/13/2026, 11:27 PMReported flow run '480ef173-4c90-46ed-b187-bf8c663831fb' as crashed: Flow run could not be submitted to infrastructure:
InfrastructureError('Unable to create Kubernetes job: Unprocessable Entity: Job.batch "pi4-binet-9vdqm" is invalid: spec.template.spec.containers[0].resources.requests: Invalid value: "20000Mi": must be less than or equal to memory limit of 20G')
Now that should be expected, however I am wondering why the UI keeps showing a line progressingMarvin
02/13/2026, 11:27 PMMarvin
02/13/2026, 11:31 PMprefect flow-run inspect 480ef173-4c90-46ed-b187-bf8c663831fb
Confirm:
- state_type is CRASHED (not RUNNING)
- estimated_run_time is not increasing between runs of the command
- If the CLI shows CRASHED and a fixed duration but the UI still animates after a hard refresh, that points to a UI bug.
If you can share:
- Prefect version for your worker and server/Cloud workspace
- Whether you’re on Prefect Cloud or self-hosted
- A screenshot (or just confirm if the run header shows CRASHED while the bar keeps animating)
- The run ID (you’ve provided it) and approximate time you observed this
…I can try to reproduce and escalate. I didn’t find an existing issue or discussion on this behavior; if it’s reproducible, we’ll get a bug filed. In the meantime, a hard page refresh or navigating away/back to the run typically stops the animation once the CRASHED state is reflected.