dragonresearch / rpki.net

Dragon Research Labs rpki.net RPKI toolkit
53 stars 30 forks source link

the gui needs some way of running cron jobs #157

Closed sraustein closed 11 years ago

sraustein commented 12 years ago

Certain tasks, like updating the bpki certs, need to be done periodically and without user interaction. The portal gui needs to support some way of doing cron jobs. The main design point will be whether or not there should be a single script for this purpose, or multiple scripts, one for each task.

Trac ticket #145 component gui priority minor, owner melkins, created by melkins on 2011-11-09T14:47:16Z, last modified 2013-03-20T02:30:27Z

sraustein commented 12 years ago

Did some reasearch on this. The two leading support packages for running async jobs for django apps are Celery and django-ztask. The latter looks like the best fit for the web portal.

Trac comment by melkins on 2012-01-20T00:43:18Z

sraustein commented 11 years ago

we are cron to handle this.

Trac comment by melkins on 2013-03-20T02:30:27Z

sraustein commented 11 years ago

Closed with resolution fixed