William Taylor

Results 9 comments of William Taylor

I have been unable to reproduce your issue but I have made some changes suggested in that link - can you let me know if it works now?

Great idea - I will work on adding this for the next version

Unfortunately Apple hasn't uploaded a high quality version of the 3D footage played at the start of the keynote so I have had to make do with the recordings of...

You are right I didn't notice that - I will fix that now.

I am trying to extend `QueueContext` from Vapor Queues with a `redis` property that uses the correct event loop, similar to how `Request` is extended from within this library.

> To have access to Redis for executing commands as part of the job’s process? Yes exactly - I need to be able to read and write to Redis during...

> @wfltaylor you should be able to get to it from `context.application.redis`. Let me know if that solves it for you Is this safe, as this instance isn't for the...

> @wfltaylor good point, in that case I guess it depends on whether or not you are running the queue in a single event loop. If not then yeah that...

@bdraco @frenck I’ve updated the tests.