Skip to content

Commit

Permalink
feat(monitoring): Add rq to clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun Pratap Singh committed Jan 3, 2025
1 parent 17917c2 commit 3c4f28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/api/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_clusters():
clusters = frappe.get_all("Cluster")
job_map = {
"proxy": ["node", "nginx", "proxysql", "mariadb_proxy"],
"app": ["node", "nginx", "docker", "cadvisor", "gunicorn"],
"app": ["node", "nginx", "docker", "cadvisor", "gunicorn", "rq"],
"database": ["node", "mariadb"],
}
for cluster in clusters:
Expand Down

0 comments on commit 3c4f28f

Please sign in to comment.