We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b6547 commit 20773adCopy full SHA for 20773ad
src/sentry/conf/server.py
@@ -735,7 +735,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
735
# Complain about bad use of pickle. See sentry.celery.SentryTask.apply_async for how
736
# this works.
737
CELERY_COMPLAIN_ABOUT_BAD_USE_OF_PICKLE = False
738
-CELERY_PICKLE_ERROR_REPORT_SAMPLE_RATE = 0.01
+CELERY_PICKLE_ERROR_REPORT_SAMPLE_RATE = 0.02
739
740
# We use the old task protocol because during benchmarking we noticed that it's faster
741
# than the new protocol. If we ever need to bump this it should be fine, there were no
0 commit comments