buffpojken
buffpojken
So, I've just found this and have the same issue. Do I understand this correctly - if a single createClient is used on node_redis before kue.createQueue is created, kue will...
Hmm, yes - the app uses GCD but the strange thing is that first a set of operations is performed with no problems - then cdq.contexts.current.rollback is called to throw...
If this is something you'd wish to entertain, I'd be more than willing to make a PR with the suggested changes.
Okey, after some further debugging, this seems to have been triggered by architect placing `package.json`-files in all individual function folders (and not in their corresponding node_modules), thus triggering the exception...
After some trial and error I have deduced that if one aborts an ongoing deploy before hydration is completed, it might leave package.json lying around in the function folders -...
Sorry, should have done that straight away - I'll see if I can whip one together during the weekend!
This is sadly still the case in v2.8.2 - any idea if this is on a list somewhere to be fixed?