dashboard: refactor ping implementation to be more efficient (#6002)

This commit is contained in:
J. Nick Koston
2024-01-08 15:35:43 -10:00
committed by GitHub
parent 87301a2e76
commit 6dfdcff66c
8 changed files with 255 additions and 21 deletions
+2
View File
@@ -4,5 +4,7 @@ EVENT_ENTRY_ADDED = "entry_added"
EVENT_ENTRY_REMOVED = "entry_removed"
EVENT_ENTRY_UPDATED = "entry_updated"
EVENT_ENTRY_STATE_CHANGED = "entry_state_changed"
MAX_EXECUTOR_WORKERS = 48
SENTINEL = object()