potpie-ai / potpie

AI agents for your codebase
https://potpie.ai
Apache License 2.0
244 stars 19 forks source link

Update Task Status to "Errored" on Celery Timeout Exceedance #149

Open vineetshar opened 2 weeks ago

vineetshar commented 2 weeks ago

Description: Currently, when a parsing task exceeds the approved time limit, Celery terminates the task but does not update its status to "Errored." This leads to tasks appearing incomplete or stuck without indicating the timeout failure, which can hinder error tracking and debugging.

Proposed Solution:

Tasks:

Acceptance Criteria:

Pratik-Sharma-Dev commented 1 week ago

Can i work on this?

vineetshar commented 1 week ago

@Pratik-Sharma-Dev sure, have you gone through the codebase? what's your plan of action?