boxine / django-huey-monitor

Django based tool for monitoring huey task queue: https://github.com/coleifer/huey
GNU General Public License v3.0
88 stars 20 forks source link

[Question] Does this mean, dhm use the chosen database as the result storage and redis as the broker/queue? #52

Closed simkimsia closed 2 years ago

simkimsia commented 2 years ago

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?

jedie commented 2 years ago

No. It leaves the result storage up to huey.

simkimsia commented 2 years ago

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?

hueyv2 dhm logical

jedie commented 2 years ago

Yes, think it goes into the right destination ;)