Merge branch '2.3.x' into 2.3.x-saas
Conflicts: airtime_mvc/application/controllers/PreferenceController.php
This commit is contained in:
commit
c398ce930b
17 changed files with 190 additions and 117 deletions
|
@ -179,7 +179,14 @@ if __name__ == '__main__':
|
|||
|
||||
ReplayGainUpdater.start_reply_gain(api_client)
|
||||
|
||||
api_client.register_component("pypo")
|
||||
success = False
|
||||
while not success:
|
||||
try:
|
||||
api_client.register_component('pypo')
|
||||
success = True
|
||||
except Exception, e:
|
||||
logger.error(str(e))
|
||||
time.sleep(10)
|
||||
|
||||
pypoFetch_q = Queue()
|
||||
recorder_q = Queue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue