Don Barthel
Don Barthel
nordluf: The documentation (on the 'Code' tab) says "Sometimes you have to set status or headers which came from Tarantool. For this purpose, you have to use something like ngx_lua...
I'm using Ubuntu 16.04 compiling with GCC.
> Is the system time set correctly in your production environment? Yes, just now: Sun Feb 14 23:31:48 UTC 2016 > Are the versions of Node you're using the same...
FYI, my code change also seems to be a fix/hack for issue #48, symptoms which I started having with a new project that I didn't until now apply this change...
Just FYI, I updated from Firebase Queue v1.4 to v1.6 and this issue is still a problem for me. Not in development on my laptop (Node v6.4.0) but in production...
OK I tried it, not thoroughly, on the server that was having issues. And it does seem to work. Please leave this issue open for a few weeks so I...
OK I think my issue was not fixed by Firebase Queue 1.6.1. Today, my Node app using Firebase Queue stopped taking things off the queue. Restarting the Node app didn't...
+1 This started happening to me today on my server. If I run the code (with node, firebase, firebase-queue) off my laptop instead, pointing to the same database, I'm not...
More on this: jclalala fixed the issue (reported above) for himself changing this line in queue_worker.js from: ``` javascript var expires = Math.max(0, startTime - now + self.taskTimeout); ``` to:...
Suggested workaround until this issue is addressed: use the second parameter to .expect() which is a "custom error message to show when the assertion fails". This old code: `pm.test('Name is...