Anton Puko
Anton Puko
Hi, is there any time estimation when the new major will be released at least with alpha flag? Thnx!
@pleerock Hi, I have pretty the same issue, when trying to run many mutations simultaneously. I get: ``` TypeError: this.connection.getMetadata is not a function TypeError: this.connection.getMetadata is not a function...
@yubozhao yep, it works with transactions disabled for those queries.
ok, Find it in that pr https://github.com/gcazaciuc/redux-fractal/pull/52, why did you decline it?
here is our crutch for debounced jobs with the current bull. maybe will help to somebody ``` async addDebounced({ data, debounceKey, debounceTimeout, jobName, options, queueName, }: { data?: TData; debounceKey:...