Skip to main content

Auto-Disable Behavior

To prevent wasted API calls on broken configurations, monitors automatically disable after 5 consecutive failures.

How Auto-Disable Works

Failure CountAction
1-4 failuresError logged, counter incremented, monitor continues
5 failuresMonitor is automatically disabled (is_active = false)

Re-Enabling a Disabled Monitor

  1. Fix the underlying issue (re-authenticate, restore folder, etc.)
  2. Navigate to the monitor in the monitor list
  3. Toggle the switch to resume monitoring
  4. The failure counter resets to 0

Best Practices

  • Check monitors periodically for error states before they auto-disable
  • Re-authenticate sources if OAuth tokens expire (delete and reconnect)
  • Verify folder permissions if you see access errors
  • Monitor fewer folders with more files rather than many folders with few files