geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
177 stars 117 forks source link

update scheduler with drmaa config #547

Closed cehbrecht closed 4 years ago

cehbrecht commented 4 years ago

Overview

This PR updates the scheduler extension to allow configuration of DRMAA (wrapper for slurm job scheduler).

Changes:

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.06%) to 75.344% when pulling a3017b27f5f070e705ad136acd653b2bc3df1efa on cehbrecht:update-scheduler-with-drmaa-config into 7fd35697788e3030c217f3905fcac9599d646c1e on geopython:pywps-4.2.

cehbrecht commented 4 years ago

@tomkralidis thanks :)