i am getting the following error in postgres log
it’s normal?
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup
- **n8n version:** 1.1.1
- **Database (default: SQLite):** postgres
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** Docker
- **Operating system:** debian 11
Hi @admdiegolima
This should have been fixed with 0.223 (refactor: Upsert workflow statistics to suppress unnecessary error messages by krynble · Pull Request #5863 · n8n-io/n8n · GitHub ) but is unfortunately back again - I’ll add your instance of this happening to the issue that @MutedJam created earlier for our developers to take another look into this one.
While I know errors are incredibly annoying to have in your logs, this shouldn’t cause you issues if you haven’t been running into any errors 
I’ll be back with you as soon as I have an update!
1 Like
I discovered the error because my cpu was at 300% usage, with a tip from friends I deleted all the lines from the workflow_statistics table, then the system was created again and the cpu usage dropped to 0.5%, but the error continues in the log
1 Like
Ah, thanks for clarifying @admdiegolima
I’m glad you’ve gotten your CPU usage down, that was a helpful tip from a friend! In terms of the logging errors, they’ll persist until the engineering team takes a crack at this I’m afraid 