TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.41k stars 575 forks source link

background job handler (system checks, monitor, ..) #103

Open vabene1111 opened 4 years ago

vabene1111 commented 4 years ago

add some kind of background queuing system that can handle different tasks

vabene1111 commented 4 years ago

this appears to be either celery or django cron. Django cron is most likely best for the use cases needed here, celery seems a little op

vabene1111 commented 4 years ago

in combination with https://github.com/django-notifications/django-notifications