You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're able to reproduce this, would you be able to post a trace taken from redis-cli monitor while that happens? I imagine it's probably not the timestamp in the call to evalsha that's causing the problem.
Actually, it is. I added Math.floor() calls to all places where "now" date is created and now everything works well. I can make a PR, but it is just three lines change.
I will do the trace.
When I attempt to add a job, I get an exception:
I use redis 4.0.6 and the library, cloned from git.
I suppose that the problem is in float timestamp (1534841192.583).
The text was updated successfully, but these errors were encountered: