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

fixup! style(dx): Make a bit more clear the crons product vs celery crons (#54743)

Evan Purkhiser 1 год назад
Родитель
Сommit
43088e23fe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/sentry/runner/commands/devserver.py

+ 1 - 1
src/sentry/runner/commands/devserver.py

@@ -259,7 +259,7 @@ def devserver(
 
     if workers and not crons:
         click.secho(
-            "If you want to run crons (celerybeat workers), you need to also pass --crons.",
+            "If you want to run celery crons (celerybeat workers), you need to also pass --crons.",
             fg="yellow",
         )