--- number: 94 title: Global Restart Scheduler priority: P1 status: Spec Complete blocker: false owner: Unassigned full_spec: docs/tasks/task-094-global-restart-scheduler/ --- # Task #94: Global Restart Scheduler **680-line spec complete** — reduces manual server work ## Overview Centralized scheduler for all Minecraft server restarts across NC1 and TX1. Features: - Web UI for Trinity to manage restart schedules - Per-server scheduling with drag-and-drop - Pterodactyl API integration with rate limiting - SortableJS for visual reordering ## Status Complete specification exists (680 lines including database schema, Express routes, EJS/HTMX templates). ## Next Steps 1. Review spec at `docs/tasks/task-094-global-restart-scheduler/` 2. Implement backend (Express + PostgreSQL) 3. Implement frontend (EJS + HTMX + SortableJS) 4. Test with Pterodactyl API ## Links - Full spec: `docs/tasks/task-094-global-restart-scheduler/`