srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Allow managing of the poller from the web app #102

Open kaiwren opened 13 years ago

srushti commented 11 years ago

Currently, the poller & the web app are entirely too disconnected. We should bring them a little closer. The web app should know that the poller is running, should be able to start it up if it's down, and cleanly kill it if it is running. Consequently, I'm merging this with #119.