Просмотр исходного кода

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

Add note about Celery queue.
Joris Bayer 2 лет назад
Родитель
Сommit
e9b0f6bf79
1 измененных файлов с 2 добавлено и 0 удалено
  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