Closed simkimsia closed 2 years ago
No. It leaves the result storage up to huey.
No. It leaves the result storage up to huey.
Thank you, Jens.
Just one last clarification
does this diagram capture well the whole flow including dhm?
Yes, think it goes into the right destination ;)
I use celery with django. want to come over to huey.
in celery, it separates broker/queue from result storage.
so by using django-huey-monitor (dhm) are you making huey use the database purely for result storage? and leave redis to handle the broker/queue?