* 8272 added the username and icon as part of the model and persisted the same * 8272 added the custome icon and name when set to the web hook response * 8272 changed the infinte loop to timeout after 5 seconds * 8272 fixed review comments
* Add invalidation metrics for store caches * Increment session invalidation metric * Fix tests
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp