Joe Kemp

Results 10 issues of Joe Kemp

https://github.com/closeio/tasktiger/issues/137 addresses purging tasks in an error state. But long running periodic tasks can have an ever increasing list of execution errors that will never get purged. A function should...

https://github.com/closeio/tasktiger/pull/116 has a one off migration script that was used to move tasks from one Redis instance to another. We could add a supported version of this script if we...

Some initial work was explored in https://github.com/closeio/tasktiger/pull/48 to allow inspecting/dumping queues from the command line. Administrators could benefit from a CLI that allowed manipulating queues and tasks.

@thomasst I was on the fence a bit on supporting `current_task` but I think I'm ok with something like this. Thoughts?

Alternative to https://github.com/closeio/tasktiger/pull/169

This allows clients to know which task ID a set of parameters came from. Useful for logging purposes.

Right now a queue's configuration is spread across multiple keys in the config. We should move to something like this instead and stop using the separate settings `ONLY_QUEUES`, `BATCH_QUEUES`, `SINGLE_WORKER_QUEUES`/`MAX_WORKERS_PER_QUEUE`?...

Add `static-code-analysis` job that includes our standard linters.

A simple throttle class might be a better interface to the existing throttle functions. The global [redis](https://github.com/closeio/limitlion/blob/master/limitlion/throttle.py#L19) instance limits the ability to use multiple instances easily and generally isn't a...

Authentication hangs while attempting to login to openfire 3.9.3 when the client is sent chat messages 3 times per second. Logins would fail about 2 out of 3 attempts. It...

bug