- Added InstanceManager class for managing backend instances. - Introduced double HTTP health checks with configurable intervals. - Implemented PID-based verification and cleanup of stale processes. - Enhanced instance initialization and cleanup processes. - Updated main.py to utilize the new instance management system. - Modified system_state.json to reflect changes in active datasets and last update timestamp. |
||
---|---|---|
.cursor/rules | ||
.doc | ||
.examples | ||
.github | ||
.images | ||
.tests | ||
.vscode | ||
config | ||
core | ||
frontend | ||
utils | ||
.cursorignore | ||
.gitignore | ||
application_events.json | ||
help.md | ||
i18n.js | ||
main.py | ||
main.spec | ||
readme.md | ||
requirements.txt | ||
snap7.dll | ||
system_state.json | ||
translation.json |
readme.md
Métodos de Construcción
# 1. Compilar frontend
cd frontend && npm run build && cd ..
# 2. Limpiar builds anteriores
rmdir /s /q build dist
# 3. Ejecutar PyInstaller
conda activate snap7v12; pyinstaller main.spec --clean