From 6ceb20fb95b313cd5bc7cf9c1296ac66b70b0081 Mon Sep 17 00:00:00 2001 From: Ben White Date: Wed, 18 Dec 2024 09:35:42 +0100 Subject: [PATCH] Fix --- posthog/models/remote_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posthog/models/remote_config.py b/posthog/models/remote_config.py index 3e4f842f059ad..0ed006ce8a684 100644 --- a/posthog/models/remote_config.py +++ b/posthog/models/remote_config.py @@ -361,6 +361,7 @@ def sync(self): config = self.build_config() if config == self.config: + CELERY_TASK_REMOTE_CONFIG_SYNC.labels(result="no_changes").inc() logger.info(f"RemoteConfig for team {self.team_id} is unchanged") return