Hello,

i need to handle cron jobs dynamically which means adding cron jobs but also removing them. Since the uwsgi python plugin api does not expose a way to remove them the suggested solution would be to just add a timer every minute or so and check the cron jobs from within the app? Another option is calling uwsgi.reload() everytime a job change and add all the cron jobs i need but i don't like that much.

thanks in advance,
riccardo
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to