Преглед на файлове

reduce interval of task executor heart beat (#2308)

### What problem does this PR solve?


### Type of change

- [x] Performance Improvement
- [ ] Other (please describe):
tags/v0.11.0
Kevin Hu преди 1 година
родител
ревизия
2ac72899ef
No account linked to committer's email address
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      rag/svr/task_executor.py

+ 1
- 1
rag/svr/task_executor.py Целия файл

@@ -404,7 +404,7 @@ def report_status():
REDIS_CONN.set_obj("TASKEXE", obj, 60*2)
except Exception as e:
print("[Exception]:", str(e))
time.sleep(60)
time.sleep(30)


if __name__ == "__main__":

Loading…
Отказ
Запис