Alan Hamlett

Results 498 comments of Alan Hamlett

@jkemp101 I wasn't aware of the `get_queue_stats` method! I could change this PR to just document and test that existing method instead of adding a new one, since they're the...

One thing I wish `get_queue_stats` could do is only return stats for top-level queues instead of including subqueue stats individually. Any ideas how to do this efficiently in a redis...

> That being said, I don't mind having an option for a customer (de)serializer, as long as we don't ship pickle with TaskTiger (but the user is free to implement/configure...

> Maybe include something in an examples or contrib directory? A contrib folder for a prometheus exporter daemon example sgtm. For task and worker metrics, would an example task decorator...

I would like a `soft_timeout` setting so some tasks can save state and be resumed. I currently have long-running Celery tasks that require the ability to save state and resume,...

I think subqueues would be a good solution for your use case.

#33 will add a terminal command to use the xvim solution.

I've added your repo to the Unity page on WakaTime's website: https://wakatime.com/unity

That was a bug in our server's nginx config, where `429` serving a custom static error page turns into `405` because Nginx doesn't allow custom static error pages for `POST`...

The [User Agent API Endpoint](https://wakatime.com/api/v1/users/current/user_agents) is a good way to see how the user agent string sent from plugins (aka `value`) is translated into an operating system (aka `os`). The...