Skip to content

Commit

Permalink
chore: Remove without-gossip from PyCharm Celery run config (#19960)
Browse files Browse the repository at this point in the history
  • Loading branch information
webjunkie authored Jan 25, 2024
1 parent bd9a4a9 commit 3e14b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .run/Celery.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<option name="ADD_SOURCE_ROOTS" value="true" />
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/env/bin/celery" />
<option name="PARAMETERS" value="-A posthog worker -B --scheduler redbeat.RedBeatScheduler --without-heartbeat --without-gossip --without-mingle --loglevel=DEBUG" />
<option name="PARAMETERS" value="-A posthog worker -B --scheduler redbeat.RedBeatScheduler --without-heartbeat --without-mingle --loglevel=DEBUG" />
<option name="SHOW_COMMAND_LINE" value="false" />
<option name="EMULATE_TERMINAL" value="false" />
<option name="MODULE_MODE" value="false" />
Expand Down

0 comments on commit 3e14b18

Please sign in to comment.