Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1127,18 +1127,6 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
"task": "telemetry-experience:sentry.dynamic_sampling.tasks.boost_low_volume_projects",
"schedule": crontab("*/10", "*", "*", "*", "*"),
},
"autopilot-run-sdk-update-detector": {
Comment thread
vgrozdanic marked this conversation as resolved.
"task": "autopilot:sentry.autopilot.tasks.run_sdk_update_detector",
"schedule": crontab("*/10", "*", "*", "*", "*"),
},
"autopilot-run-missing-sdk-integration-detector": {
"task": "autopilot:sentry.autopilot.tasks.run_missing_sdk_integration_detector",
"schedule": crontab("0", "*/4", "*", "*", "*"),
},
"autopilot-run-trace-instrumentation-detector": {
"task": "autopilot:sentry.autopilot.tasks.run_trace_instrumentation_detector",
"schedule": crontab("*/15", "*", "*", "*", "*"),
},
"dynamic-sampling-boost-low-volume-transactions": {
"task": "telemetry-experience:sentry.dynamic_sampling.tasks.boost_low_volume_transactions",
"schedule": crontab("*/10", "*", "*", "*", "*"),
Expand Down Expand Up @@ -1336,7 +1324,6 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
},
"sentry.rules": {"handlers": ["console"], "propagate": False},
"sentry.profiles": {"level": "INFO"},
"sentry.autopilot.tasks.missing_sdk_integration": {"level": "INFO"},
"multiprocessing": {
"handlers": ["console"],
# https://github.com/celery/celery/commit/597a6b1f3359065ff6dbabce7237f86b866313df
Expand Down
Loading