[2022-10-13T09:59:05.759670+00:00] main.ERROR: Cron Job indexer_update_all_views has an error: SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value ...
Just hit a weird case. I am using pymysql with connection pooling. So I pull of a connection object from a queue create a cursor and perform read and close the cursor and put back the connection ...