pvandervelde / Sherlock

Sherlock provides a means to schedule and automatically execute tests in an controlled virtual machine environment.
http://pvandervelde.github.io/Sherlock
Apache License 2.0
2 stars 0 forks source link

Move test queue from DB to queueing service #60

Open pvandervelde opened 10 years ago

pvandervelde commented 10 years ago

At the moment the requested tests are stored in the database. It would probably be better if they were stored in some kind of persistent message queue.