-
Bug
-
Resolution: Fixed
-
Normal
-
None
influx_writer.py checks in a number of places for configuration items, and if they don't exist it tries to sleep and then try again, however it sometime tries to sleep for ERROR_RETRY_DELAY seconds instead of self.ERROR_RETRY_DELAY
https://github.com/metabrainz/listenbrainz-server/blob/30eea102a990e6bf93cfffa7ad66e24b6b51b52f/listenbrainz/influx_writer/influx_writer.py#L224
https://github.com/metabrainz/listenbrainz-server/blob/30eea102a990e6bf93cfffa7ad66e24b6b51b52f/listenbrainz/influx_writer/influx_writer.py#L238