Files
erpnext/.github/workflows
Nabin Hait 599b1bab60 ci: don't run background workers during patch-test migrate
The Patch Test starts the full bench (incl. workers) and then runs migrate.
Migrate enqueues orphan-link cleanup jobs (delete_dynamic_links) that the
workers pick up and process while migrate is altering tables, which
intermittently fails with MySQL 1412 'Table definition has changed, please
retry transaction'.

Start every bench process except the workers during migrate, so nothing
consumes the queue mid-migrate. Redis and the other services stay up; the
queued jobs just wait.
2026-06-22 11:30:46 +05:30
..
2025-12-23 13:35:13 +05:30
2025-12-23 13:35:13 +05:30
2025-12-23 13:35:13 +05:30
2026-02-03 14:59:52 +05:30