fix: disable auto-retry and improve error messages in Agrarmonitor
Build and Push Multi-Platform Images / build-and-push (push) Successful in 43s

- Set autoRetry: false and timeoutMs: 10000 in AgrarmonitorService
- Show specific error message on timeout or backend error in frontend

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-21 22:10:36 +02:00
parent 6f6a4d83e5
commit 9f39578471
2 changed files with 7 additions and 3 deletions
@@ -48,7 +48,8 @@ export class AgrarmonitorService {
password,
cookieStore,
autoLogin: true,
autoRetry: true,
autoRetry: false,
timeoutMs: 10000,
logger: this.logger,
});