Browse Source

doc(relay): Add note to invalidate-project-configs (#44293)

Add note about Celery queue.
Joris Bayer 2 years ago
parent
commit
e9b0f6bf79
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/invalidate-project-configs

+ 2 - 0
bin/invalidate-project-configs

@@ -22,6 +22,8 @@ def invalidate_project_configs(percentage):
 
     This can be used to speed up incident recovery, for example when faulty project configs
     that cannot be read by Relay have been written to redis.
+    
+    NOTE: This will increase load on the relay_config_bulk Celery queue.
     """
     configure()
     from sentry.models import Organization