Deadwood-ai / deadwood-api

Main FastAPI application for the deadwood backend
GNU General Public License v3.0
0 stars 0 forks source link

processor error during login: #86

Open JesJehle opened 2 weeks ago

JesJehle commented 2 weeks ago
[ERROR]: PROCESSOR error processing task 370: Login failed: Server error '503 Service Unavailable' for url 'https://ijuphmnaebfdzsfrnsrn.supabase.co/auth/v1/token?grant_type=password'

writing thumbnail information to db

mmaelicke commented 2 weeks ago

That is supabase not responding. Here the strategy is to implement a retry with a cooldown period. Only if that fails consistently, we need to log an error and look into it manually.

I just tried to reach out and the API was available, but raised an error because I did not send a payload. That is expected behavior.

mmaelicke commented 2 weeks ago

Typcial stategies would be 5 retries with a 10sec cool down