Skip to content

Move assemble status to redis #68598

Closed
Closed
@mitsuhiko

Description

@mitsuhiko

While investigating caching issues we realized that the assemble status is stored in memcache. This is problematic as memcache neither has persistence, nor can we guarantee that we do not get stale reads which makes moving away to a different memcache clustering system difficult.

  • implement dual writing for set_assemble_status
  • implement dual reading for get_assemble_status
### Tasks
- [ ] https://github.com/getsentry/sentry/pull/70344
- [ ] https://github.com/getsentry/sentry-options-automator/pull/1358
- [ ] https://github.com/getsentry/sentry/pull/70490

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions