geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

List upcoming jobs #351

Open borrob opened 3 years ago

borrob commented 3 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like A simple API and/or overview page that list all upcoming jobs.

Describe alternatives you've considered N.A.

Additional context Just an idea for a feature enhancement. Currently no practical usecase other than curiosity about upcoming jobs. It is related to #247 but shows upcomming/planned runs rather than finished runs.

Possible solution APScheduler can be configured to use a 'jobstore' (including SQLite) to store jobs (for GHCrunner). The GHCwebapp can access this information and show an overview page.