andrlik / django-podcast-analyzer

A simple Django app that tracks podcast feeds and provides some useful metrics about them.
https://andrlik.github.io/django-podcast-analyzer/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Evaluate loosening coupling to django-q2 #5

Closed andrlik closed 3 weeks ago

andrlik commented 3 weeks ago

Is it better to just define the tasks with instruction on wiring them up? Or keep it a solid dependency?

andrlik commented 3 weeks ago

I actually don't think we can do this as the scheduled refresh tasks really need a broker/worker to function. The only alternative would be to create our own scheduled task objects, which seems like unnecessary effort just to avoid the dependency we'd recommend in production anyway.