@@ -39,7 +39,7 @@ def get_data(name, data):
helper = SyncRedisHelper()
client = helper.get_client()
if not client.exists(task):
- acquire_lock = client.set(lock, 1, ex=120, nx=True)
+ acquire_lock = client.set(lock, 1, ex=60, nx=True)
if not acquire_lock:
return None