Heavy execution review sometime fails

Describe the problem/error/question

I have an specific workflow that sometimes fails it’s execution view (not the workflow execution itself) when I try to see its execution. The refactory is hard to me for now, I would like to improve my installation to reduce this issue. I separated the runner to run from another docker, but it do not reduced my problem. if I activate the queue mode, this kind of operation (to load/see an execution and it’s data) will be executed by main or by a worker? How could I improve my installation to best answer this issue? Thanks!!!

What is the error message (if any)?

Browser console:

/rest/executions/602914:1 Failed to load resource: net::ERR_CACHE_WRITE_FAILURE

Information on your n8n setup

  • n8n version: 2.2.4
  • Database (default: SQLite): Postgres 18
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu 24

It looks like you’re encountering an issue where some execution views are failing with a `ERR_CACHE_WRITE_FAILURE`. This could be related to cache issues or possibly network problems. Have you tried clearing the browser cache and cookies? Also, ensure that your N8n configuration for error handling is set up correctly in Workflow Settings. Let me know if this helps!