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
fix(monitor): wire pause/resume to correct handlers; default interval 86400
- Pause/Resume on monitor targets returned 'domain is required' because all four
/monitor/{url,subdomain}-targets/:id/{pause,resume} routes were wired to the
ADD-target handler (which requires a domain in the body) instead of the
dedicated pause/resume handlers (apiPause/ResumeMonitor*Target) that read :id
and just flip is_running. Point the routes at the correct handlers.
- Default subdomain-monitor interval is now 86400s (24h) instead of 3600s —
updated the form value, the JS fallback, and the backend default.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments