MeshDD-Bot/meshbot
ppfeiffer b431797d32 fix(db): upsert_node Race-Condition behoben (UNIQUE constraint)
INSERT OR IGNORE + UPDATE statt SELECT → INSERT eliminiert den
UNIQUE-constraint-Fehler bei konkurrierenden async-Aufrufen.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 22:08:10 +01:00
..
__init__.py refactor: Replace env-based config and version.py with config.yaml 2026-02-15 13:11:09 +01:00
auth.py refactor(config): .env in config.yaml integriert 2026-02-20 21:47:56 +01:00
bot.py feat(config): Online-Schwellwert konfigurierbar (web.online_threshold) 2026-02-20 15:17:05 +01:00
config.py refactor(config): .env in config.yaml integriert 2026-02-20 21:47:56 +01:00
database.py fix(db): upsert_node Race-Condition behoben (UNIQUE constraint) 2026-02-20 22:08:10 +01:00
nina.py refactor(config): Konfigurationsdateien nach config/ verschoben (closes #3) 2026-02-20 21:37:11 +01:00
scheduler.py refactor(config): Konfigurationsdateien nach config/ verschoben (closes #3) 2026-02-20 21:37:11 +01:00
webserver.py feat(config): Online-Schwellwert konfigurierbar (web.online_threshold) 2026-02-20 15:17:05 +01:00