Closed
Description
One of the common failure modes of our production system is "hey, this widget was supposed to have been updated, but seems to be running old code". To help make this problem easier & quicker to diagnose, we should modify each indicator so that when it starts up, it prints its name and some kind of version information.
Version information could be:
- repo version (this is available in .bumpversion.cfg but probably doesn't survive our deployment mechanism)
- indicator version (which we currently don't track, but maybe we should? it would probably live in setup.py (claims_hosp example))
- gitref (not visible in deployed code but we could make jenkins write it down)
- build date (another thing jenkins would have to do)