Skip to content

Commit

Permalink
fix: remove trace manager run start timer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouhaoJiang committed Jun 27, 2024
1 parent b107090 commit 28f19b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/core/ops/ops_trace_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ def run(self):
tasks = self.collect_tasks()
if tasks:
self.send_to_celery(tasks)
self.start_timer()

def start_timer(self):
global trace_manager_timer
Expand Down

0 comments on commit 28f19b2

Please sign in to comment.