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
When a Fly.io machine resumes from suspension and a resume hook
specifies reload_config, the configuration is now properly reloaded.
This triggers ready hooks (including prerender) to run after the
resume hook completes.
Changes:
- Add configFile and reloadCallback fields to idle.Manager
- Use ExecuteServerHooksWithReload for resume hooks
- Add resumeReloadChan to ServerLifecycle for async reload
- Update all test files with new NewManager signature
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments