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:
@ -0,0 +1 @@
|
||||
export const CALENDAR_THROTTLE_DURATION = 1000 * 60 * 1; // 1 minute
|
||||
@ -0,0 +1 @@
|
||||
export const CALENDAR_THROTTLE_MAX_ATTEMPTS = 4;
|
||||
Reference in New Issue
Block a user