jjk2 Posted October 27, 2010 Share Posted October 27, 2010 is there any web interface solution that lets users login, run and schedule jobs of specific CPU intensive background tasks, view running jobs, delete jobs ? There should be administration section where you can configure, queue jobs etc. Hudson CI is something that does the described, but I'm wondering if there's a more lightweight and common general purpose solution out there. I can't quite put a finger on how to define this process, so I am asking for suggestions. Quote Link to comment Share on other sites More sharing options...
tomfmason Posted November 18, 2010 Share Posted November 18, 2010 It sounds like you are looking for a php based cron manager. A quick google search came up with this - http://ryanfaerman.com/php-crontab-manager/ . It is not a completed solution but it does seem like it would be simple enough to use in developing something that will suit your specific needs. Also, I am in the process of working on a python(using twisted and django) based project that does almost exactly what you are describing. It is still in the early pre-alpha stages but it will end up being opensource. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.