Things to do - krasmussen/runner GitHub Wiki

  1. Get client reporting back to server with script results.
  2. Put script ids and results into a DB. (probably using sqlalchemy)
  3. Have server scriptids increment with DB.
  4. Setup support for timeouts to avoid client scripts running forever.
  5. Setup config files for client/server to get away from hardcoded values for DB/rabbitmq servers