> Huh? There's no dynamic cron in uWSGI? > > That's just ... made me realize I have to implement some sort or scheduler > to do my own scheduling... > > My projects involves users scheduling future tasks, the server must > process > some data when time is met. > > Looks like I have to use Celery or stuff like that.
Use the right tool for the job (TM) ;) For request-governed tasks use Celery or the uWSGI spooler (or build something over uWSGI mules) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
