jeudi 10 mai 2018

Is Django right for my project?

I've been working on a web app using Django, and moving to testing it out on Heroku, but I'd like to get some feedback to see if I'm taking the right steps.

To simplify it, I have a web app that would have tasks/workers (logic to run, running in parallel), scheduled to execute at a certain time. Right now I have that logic as a view in Django, using the celery framework to run scheduled tasks.

My question is: Is Django the best option for running a lot of scheduled tasks/workers at once, for a web app? What are the other options? Thanks!




Aucun commentaire:

Enregistrer un commentaire