Executing pending save after delay
Executing pending save after delay
node:internal/fs/promises:743
(await PromisePrototypeThen(
^
Error: ENOSPC: no space left on device, write
at async write (node:internal/fs/promises:743:8)
at async writeFileHandle (node:internal/fs/promises:500:7)
at async Timeout._onTimeout (/root/vk-bot/cache-manager-json-store.js:42:7) {
errno: -28,
code: 'ENOSPC',
syscall: 'write'
}
Node.js v22.14.0
Workaround
This can happen due to logs, so the first idea is to delete logs.
Potential solution can include a tool for logs deduplication or just limiting the amount of logs.
Workaround
This can happen due to logs, so the first idea is to delete logs.
Potential solution can include a tool for logs deduplication or just limiting the amount of logs.