Link to migration docs

This commit is contained in:
nicktrn
2023-10-03 09:40:20 +00:00
parent d20a49e047
commit aab2c8b857
+3 -2
View File
@@ -168,7 +168,8 @@ function logError(error: unknown, request?: Request) {
console.error(error);
if (error instanceof Error && error.message === "division by zero") {
console.log("⚠️ Possible graphile-worker migration issue detected")
console.log("⚠️ Set FAIL_LOCKED_JOBS_FOR_MIGRATION=true if this persists")
console.log("⚠️ possible graphile-worker migration issue detected");
console.log("⚠️ set FAIL_LOCKED_JOBS_FOR_MIGRATION=true if this persists");
console.log("⚠️ see: https://trigger.dev/docs/documentation/guides/self-hosting/graphile-migration");
}
}