1
This commit is contained in:
parent
c3764aa783
commit
abd1b931a6
@ -102,7 +102,7 @@ def _fullUpdateRank(rushtime):
|
|||||||
lambda : _fullUpdateRank(rushtime))
|
lambda : _fullUpdateRank(rushtime))
|
||||||
f7.app.createAsyncTask(done_callback, fullUpdateRank, ())
|
f7.app.createAsyncTask(done_callback, fullUpdateRank, ())
|
||||||
|
|
||||||
def incrementUpdateRank(rushtime):
|
def incrementUpdateRank():
|
||||||
f7.udplog.info('incrementUpdateRank begin')
|
f7.udplog.info('incrementUpdateRank begin')
|
||||||
mysql_conf = json.loads(open(CONFIG_DIR + '/rankserver.mysql.cluster.json', 'r').read())
|
mysql_conf = json.loads(open(CONFIG_DIR + '/rankserver.mysql.cluster.json', 'r').read())
|
||||||
r = _getRedis()
|
r = _getRedis()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user