ваше сообщение коммита

This commit is contained in:
2025-09-02 17:18:15 +03:00
parent a6360ccd2e
commit 53bb269b85
26 changed files with 580 additions and 243 deletions

View File

@@ -125,12 +125,10 @@ class AIQueue extends EventEmitter {
// Пауза/возобновление очереди
pause() {
this.isPaused = true;
logger.info('[AIQueue] Очередь приостановлена');
}
resume() {
this.isPaused = false;
logger.info('[AIQueue] Очередь возобновлена');
}
// Проверка статуса паузы