52North / restful-timeseries-proxy

A template project to show how customizations work on Maven based Web apps by artifact assembling
GNU General Public License v2.0
5 stars 1 forks source link

Configurable update-runner for Service metadata #2

Closed sholl closed 9 years ago

sholl commented 9 years ago

It would be good having the time (and probably the interval) of the update process fo service metadata configurable inside the app-configuration.

Currently it is hardcoded somewhere inside the code at 3 AM in the morging.

nuest commented 9 years ago

Just FYI: @matthesrieke has made some good experiences with Quartz (http://quartz-scheduler.org/) which could be used to allow many advanced schedules - no idea if this level of scheduling is required though.

ridoo commented 9 years ago

yes, I followed that a bit. The whole process of scheduling is part of the Sensor Web Client which should be revised anyway. Currently the scheduling is done via a Servlet which is not that elegant but remains still from the first days of the client.

ridoo commented 9 years ago

I created an issue for that at the appropriate component: https://github.com/52North/SensorWebClient/issues/137

ridoo commented 9 years ago

fixed by https://github.com/52North/SensorWebClient/commit/5506d106a533193b508d42b558a89488979939ee