Serviceware / azure-devops-ai-pipeline

This Azure DevOps task streamlines pipeline debugging by integrating an AI log analysis system. It analyzes error logs, providing context-specific hints for swift issue resolution, empowering developers in optimizing their pipeline workflows.
Apache License 2.0
2 stars 0 forks source link

Error 429 #33

Open MasilamaniSeenivasan opened 1 month ago

MasilamaniSeenivasan commented 1 month ago

I got the below error in AI Pipeline task,

[error]❌ Error in OpenAI call: Error: Request failed with status code 429

How to fix this?

antoniobergas commented 1 month ago

Hi @MasilamaniSeenivasan ,

This error originates from the OpenAI API, indicating that you've exceeded the maximum token limit. Additional details about this error code can be found here. Please note that we have not yet implemented log splitting before passing them from the pipeline to the OpenAI API. If you're using a personal free tokens account and your logs are lengthy, you may quickly reach the limit.