add retry policy

This commit is contained in:
Fran Jurmanović
2025-06-30 23:04:51 +02:00
parent def1757371
commit 01866b302e
6 changed files with 201 additions and 7 deletions

1
process-env.d.ts vendored
View File

@@ -7,6 +7,7 @@ declare global {
PASSWORD: string;
TIMEZONE: string;
LEGICA_DATE_FORMAT: string;
RETRY_ATTEMPTS: string;
}
}
}