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
178 stars 117 forks source link

use beanstalkd along with aurora for job queue #549

Open jachym opened 4 years ago

jachym commented 4 years ago

Description

For the job queue, we are using sqlite/postgres database. But there are dedicated tools for creating job queues, like Beanstalkd

https://beanstalkd.github.io/

Idea is, there is a server running on certain port, and applications (instances of PyWPS) are asking for tasks

cehbrecht commented 4 years ago

@jachym do you have links to these tools?