Jason Kim

Results 2 comments of Jason Kim

Finally got around to create a simple case. ``` import ioredis from 'ioredis' import bullmq from 'bullmq' function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } async function test()...

I believe this is [the relevant change](https://github.com/rails/rails/pull/48727/files#diff-d88c50e3eec9509f3060d7847e8d6f3d82ad951b9f586698241d324eafc59cfdR343-R351), as the inherited class does not specify the `autosave` option. I can get around this problem by specifying `:autosave` in the child class...