Add error handling service for calendar import (#6203)

Add error handling service for calendar import

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
bosiraphael
2024-07-12 18:56:45 +02:00
committed by GitHub
parent 52aa9abd73
commit c8a889995f
11 changed files with 365 additions and 30 deletions

View File

@ -0,0 +1 @@
export const CALENDAR_THROTTLE_DURATION = 1000 * 60 * 1; // 1 minute

View File

@ -0,0 +1 @@
export const CALENDAR_THROTTLE_MAX_ATTEMPTS = 4;