Date

Attendees

Discussion items

Vaikunth looking into connection timeout in qserv

  • might be worth checking off-the-shelf C++ tools that deal with connection pool

Docker

  • useful to have source code inside container, so distribute qserv software with --noclean flag
  • building two images: one for worker, one for master
  • keep data in volumes, attach volumes to images
  • manage credentials through volumes: default volume with dummy credentials, attach real credentials at runtime
  • now worker container has all czar software and vice versa, should clean that in the future