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
Ran into a situation where connections to the host (self-referencing) were refused and the affected task went into a "paused" state. Looking at the specific task I see the option to "Resume" the task.
E.g.,
Error text:
Failed to open TCP connection to rsat.example.com:443 (Connection refused - connect(2) for "rsat.example.com" port 443)
Ideally support would be available to detect tasks stuck in this state and surface them.
Even with these stuck tasks, scheduled sync plans continue to "run" therefore not triggering the existing check_rsat_sync_plans "there is a problem" logic.
Ran into a situation where connections to the host (self-referencing) were refused and the affected task went into a "paused" state. Looking at the specific task I see the option to "Resume" the task.
E.g.,
Error text:
Ideally support would be available to detect tasks stuck in this state and surface them.
Even with these stuck tasks, scheduled sync plans continue to "run" therefore not triggering the existing
check_rsat_sync_plans
"there is a problem" logic.Future note to self
check-rsat/internal/rsat/syncplans.go
Lines 183 to 210 in b08f17f
The text was updated successfully, but these errors were encountered: