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
Hueylogs is a django app/plugin for registering the calling of huey tasks.
(Truly, it can work with any thing in python/django not just background tasks, Ive called it hueylogs to a better focus).
With it is possible to know how many times a task did last, when it were runned, if it raises many errors, and to interrupt the tasks if so, and in the future, the goal is have some metrics about the memory usage of task and so on.
I've created hueylogs because I have missed the logs that django cron give to me and some features like retry delay.
When
I start this project when all my personal/professional projects start using huey as the backgroung task manager.
Because of that, I will probably update this project every time a project mine need some feature. But feel encouraged to contribute to my little project as well :D
API
Is possible to verify huey logs by requesting the endpoint hueylogs/ once you use DRF with Django.
To Enable the API you must go to your project settings and configure: