Skip to content

Commit 89effce

Browse files
committed
Refs #289898; fix celery beat process identification
1 parent c088591 commit 89effce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • backend/onyx/background/celery/tasks/monitoring

backend/onyx/background/celery/tasks/monitoring/tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,9 @@ def monitor_process_memory(self: Task, *, tenant_id: str) -> None:
960960
"--hostname=heavy": "heavy",
961961
"--hostname=indexing": "indexing",
962962
"--hostname=monitoring": "monitoring",
963-
"beat": "beat",
964963
"slack/listener.py": "slack",
964+
# tibi: fixing problem of duplicate process in memory watchdog
965+
"onyx.background.celery.versioned_apps.beat": "beat",
965966
}
966967

967968
# Find all python processes that are likely celery workers

0 commit comments

Comments
 (0)