Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 18, 2024
1 parent fee659d commit 6ceb20f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/models/remote_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ceb20f

Please sign in to comment.