Skip to content

Indicators should print their name and version information on start #1702

Closed
@krivard

Description

@krivard

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)

Metadata

Metadata

Assignees

Labels

enhancementrefactorLong-term projects to revise existing machinery

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions