Browse Source

fix: Fix query subscription consumer settings in dev (#49114)

All Arroyo consumers should pass --no-strict-offset-reset in dev.
--force-offset-reset option no longer does anything.
Lyn Nagara 1 year ago
parent
commit
a9195d6dc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/runner/commands/devserver.py

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

@@ -62,7 +62,7 @@ _DEFAULT_DAEMONS = {
         "sentry",
         "run",
         "query-subscription-consumer",
-        "--force-offset-reset",
+        "--no-strict-offset-reset",
         "latest",
     ],
     "metrics-rh": [