Skip to content

Commit 9308041

Browse files
trevor-eclaude
andcommitted
fix(seer): Register night shift module in TASKWORKER_IMPORTS
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 22fce6c commit 9308041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
991991
"sentry.tasks.seer.explorer_index",
992992
"sentry.tasks.seer.context_engine_index",
993993
"sentry.tasks.seer.lightweight_rca_cluster",
994+
"sentry.tasks.seer.night_shift",
994995
# Used for tests
995996
"sentry.taskworker.tasks.examples",
996997
)

0 commit comments

Comments
 (0)