You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scheduled exports won't be executed if the scheduled action service runs before the next run. The reason is that ScheduledActionService.executeScheduledEvent sets the scheduled action's last run even if it hasn't actually been run. As the service runs twice a day, the period will never pass.