python /home/admin/mtr/script_for_cron.py -j default -m 20 -a 'python ~/workarea/git/Velours/python/mtr/utils/delete_rows_crops.py --limit=2000 --nb_batch=50 --type=3132 --days=370 ' -s delete_crops -M 0 -S 0 -U 90,80,95 import MySQLdb succeeded on va faire 50 occurences de suppression de 2000 photos batch : 0/49 select id from MTRPhoto.crop_hashtag_ids where type in (3132) and timestamp < "2024-04-09" LIMIT 2000; nombre de photos selectionnées : 2000 Catched exception ! Connect or reconnect ! Traceback (most recent call last): File "/home/admin/workarea/git/Velours/python/mtr/database_queries/general_queries.py", line 68, in select cursor.execute(query, args) File "/usr/local/lib/python3.8/dist-packages/MySQLdb/cursors.py", line 209, in execute res = self._query(query) File "/usr/local/lib/python3.8/dist-packages/MySQLdb/cursors.py", line 315, in _query db.query(q) File "/usr/local/lib/python3.8/dist-packages/MySQLdb/connections.py", line 239, in query _mysql.connection.query(self, query) MySQLdb._exceptions.OperationalError: (1114, "The table 'crop_hashtag_ids' is full") During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/admin/workarea/git/Velours/python/mtr/utils/delete_rows_crops.py", line 112, in delete_cs_id(id_list_final, batch_delete) File "/home/admin/workarea/git/Velours/python/mtr/utils/delete_rows_crops.py", line 40, in delete_cs_id gq.select(delete_cs_id_query) File "/home/admin/workarea/git/Velours/python/mtr/database_queries/general_queries.py", line 79, in select cursor.execute(query, args) File "/usr/local/lib/python3.8/dist-packages/MySQLdb/cursors.py", line 209, in execute res = self._query(query) File "/usr/local/lib/python3.8/dist-packages/MySQLdb/cursors.py", line 315, in _query db.query(q) File "/usr/local/lib/python3.8/dist-packages/MySQLdb/connections.py", line 239, in query _mysql.connection.query(self, query) MySQLdb._exceptions.OperationalError: (1114, "The table 'crop_hashtag_ids' is full") Command exited with non-zero status 1 0.12user 0.04system 0:06.38elapsed 2%CPU (0avgtext+0avgdata 32592maxresident)k 264inputs+8outputs (6major+4944minor)pagefaults 0swaps