Link to migration docs
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user