https://prefect.io logo
Title
n

Nimesh Kumar

05/16/2023, 8:03 AM
Hi Everyone, can anyone please tell why i am getting this error.
Crash detected! Execution was interrupted by an unexpected exception: httpx.HTTPStatusError: Client error '404 Not Found' for url '<http://orion-platformv2.services.carpl.ai/api/task_runs/24fd3ed1-78e5-49b2-84ab-ea42c385c942/set_state>'
For more information check: <https://httpstatuses.com/404>
I stated inference in 500 inputs, and after sometime it gets crashed. some of the ques i have is. 1. Why it gets crashed, is it because I gave 500 inputs and prefect server fail to handle it. 2. If it gets crashed, is there any mechanism to handle this. 3. And I am using Kubernetes as infrastructure Can anyone help me please
n

Nate

05/16/2023, 2:49 PM
hi @Nimesh Kumar - can you explain more what you're doing when you encounter this error?
n

Nimesh Kumar

05/16/2023, 5:58 PM
Hi @Nate i am using prefect for my inference orchestrator where it takes a inputs and implements a bunch of tasks and give us the results back. Earlier when i tried with 50 to 150 input at once then it run smoothly but today aprox 500 input was ingested and like after 174 it started throwing this error I dont know exactly what happend, i was told the taskID in URL doesn’t exist which i check was absolutely correct
https://prefect-community.slack.com/archives/CL09KU1K7/p1684238452385819 This is the link where the discussion happened, if you can add something to this, that will be great 🙌
n

Nate

05/16/2023, 6:39 PM
I see. unfortunately I don't have a lot to add as it relates to postgres optimization for Prefect Server, but if you encounter specific issues related to configuring your flow run infrastructure, I'd be happy to help - i would echo what Boyd said in that thread, that iterative configuration will be valuable but there's no one right answer here
🙌 1