Skip to content

Commit 1cefa2a

Browse files
markstoryandrewshie-sentry
authored andcommitted
fix(celery) Remove more tasks from the pickle list (#87491)
update_code_owners_schema was recently changed, and unmerge() has already been updated to not use any parameters that require pickle. Refs #81913
1 parent 3769e72 commit 1cefa2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sentry/celery.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
[
1515
# basic tasks that must be passed models still
1616
"sentry.tasks.process_buffer.process_incr",
17-
"sentry.tasks.unmerge",
18-
# basic tasks that can already deal with primary keys passed
19-
"sentry.tasks.update_code_owners_schema",
2017
]
2118
)
2219

0 commit comments

Comments
 (0)