use beanstalkd along with aurora for job queue
Open
- Dominant language
- Python
- Stars
- 186
- Forks
- 117
- Avg merge
- 11d 20h
- Merged PRs (30d)
- 1
Description
# 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
Contributor guide
Assessment
This issue has not been assessed yet.