update issues of freeze
This commit is contained in:
10
README.md
10
README.md
@@ -6,7 +6,15 @@ TestArena is an automated build and test execution system for ESP32 projects. It
|
||||
|
||||
1. **Deploy**: Run `sudo ./deploy.sh` on your Ubuntu server.
|
||||
2. **Access**: Open `http://<server-ip>:8080/` in your browser.
|
||||
3. **Monitor**: Use the dashboard to track test queues and view real-time logs.
|
||||
3. **Monitor**: Use the dashboard to track test queues, view individual tasks, and check service health.
|
||||
4. **Restart**: If services need a manual restart, use `sudo ./restart_services.sh`.
|
||||
|
||||
## 🛠️ Key Features
|
||||
|
||||
- **Service Robustness**: Systemd services are configured to auto-restart on failure and after reboot.
|
||||
- **Monitoring Dashboard**: Real-time status of App and Worker services, plus detailed task tracking for each queue.
|
||||
- **Task Timeouts**: Running tasks have a 1-hour timeout to prevent queue blocking.
|
||||
- **Remote Management**: A dedicated restart script for easy remote execution via SSH.
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user