kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-18 15:22:17 +02:00
parent 12fed3e31f
commit 49ea6542b8
8 changed files with 720 additions and 35 deletions

View file

@ -45,7 +45,7 @@ function checkAndPoll() {
if (!hasRunningTasks(updated)) stopPoll()
} catch (e: any) {
consecutiveErrors.value++
console.warn('[polling] error #' + consecutiveErrors.value + ':', e)
console.warn(`[polling] ошибка #${consecutiveErrors.value}:`, e)
if (consecutiveErrors.value >= 3) {
error.value = t('chat.server_unavailable')
stopPoll()