Workflows shutting down by themselves

I have about 40 workflows divided into several folders and running them on AWS on a 2CPU, 4RAM instance, containerized and using SQLite as the DB.

It happens that, at certain times (practically weekly), workflows in a folder are being disabled. However, not all of them: usually, it’s the workflows in the same folder. *I’ve already reported a case where a workflow outside of the folder also shut down on its own. Has anyone else experienced this?

Hey, can you access any logs from n8n? We can check for SQLITE_FULL errors or anything suspicious. Also, SQLite can have issues during high load concurrent operations, so Postgres is always recommended for prod instead.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.