Files
open-webui/backend/open_webui/models
PVBLIC Foundation 8538cb69c8 fix: Gmail periodic sync not running at defined interval
- Changed mark_sync_complete to set sync_status='completed' instead of 'active'
  (users were being filtered out by get_users_needing_sync which checks != 'active')
- Added mark_sync_error calls for timeout, cancellation, and unexpected exceptions
  to prevent users from getting stuck in 'active' status
- Updated type annotation for max_hours_since_sync from int to float
- Updated comments to document valid sync statuses
2025-11-27 04:35:47 -08:00
..
2025-11-25 04:37:58 -05:00
2025-11-24 15:39:13 -05:00