Remove migrate from `getUtilsAndReleasersFromOptions`
Open
🐛 bug
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 126
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
Currently migration happens here:
https://github.com/graphile/worker/blob/91c950f7370aa2629107df1aa6a44b9f5985a1bd/src/lib.ts#L502-L505
But we're calling that from `makeWorkerUtils()`. So building a worker utils forces a migration. Kinda makes the workerUtils.migrate() method pointless!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.