Skip to content

Commit cf39e6f

Browse files
feat(preprod): Add snapshot comparison Celery task
Add compare_snapshots task that loads manifests from objectstore, diffs matched images in pixel-budget batches via OdiffServer, uploads diff masks, and writes comparison results with state machine guards.
1 parent bbf23d9 commit cf39e6f

File tree

2 files changed

+442
-0
lines changed

2 files changed

+442
-0
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
887887
"sentry.notifications.platform.service",
888888
"sentry.notifications.utils.tasks",
889889
"sentry.preprod.size_analysis.tasks",
890+
"sentry.preprod.snapshots.tasks",
890891
"sentry.preprod.tasks",
891892
"sentry.preprod.vcs.status_checks.size.tasks",
892893
"sentry.profiles.task",

0 commit comments

Comments
 (0)