David Kelso

Results 4 comments of David Kelso

I'm also running into terminate problems. Would be great to know if this is what's causing them. Would sleeping in between the unmonitor and the stop force a context switch?...

Since `enqueue_at` passes through the arguments directly (as opposed to named arguments args and kwargs) there is a possible collision if the function also expects a timeout kwarg. [rq solves...

I started digging into the code and getting everything consistent was going to break a lot of things. I ended up solving the problem with a `scheduler.schedule` call, which the...

Oh sorry, looked at your PR and realized I didn't actually answer your question. The problem with adding a `timeout` argument is that if the function the job is calling...