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
I'm the author of huey, and in the project documentation I give the following description of huey:
a lightweight alternative.
written in python
only dependency is the Python Redis client
supports:
multi-process, multi-thread or greenlet task execution models
schedule tasks to execute at a given time, or after a given delay
schedule recurring tasks, like a crontab
retry tasks that fail automatically
task result storage
I'd suggest changing the description of "huey" to read something like:
Huey is a Redis-based task queue that aims to provide a simple, yet flexible framework for executing tasks. Huey supports task scheduling, crontab-like repeating tasks, result storage and automatic retry in the event of failure.
What do you think?
The text was updated successfully, but these errors were encountered:
On the task queues page, the huey library is not described accurately.
I'm the author of huey, and in the project documentation I give the following description of huey:
I'd suggest changing the description of "huey" to read something like:
What do you think?
The text was updated successfully, but these errors were encountered: