Skip to content

Commit

Permalink
fixup! style(dx): Make a bit more clear the crons product vs celery c…
Browse files Browse the repository at this point in the history
…rons (#54743)
  • Loading branch information
evanpurkhiser committed Aug 15, 2023
1 parent fa748ef commit 43088e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/runner/commands/devserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit 43088e2

Please sign in to comment.