Open jachym opened 4 years ago
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
@jachym do you have links to these tools?
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