Skip to content

Conversation

@markstory
Copy link
Member

When reviewing our usage of countdown I noticed that these tasks are being delayed without a good reason. We already debounce task scheduling with projectconfig_debounce_cache and transaction.on_commit and the additional 5s delay doesn't really prevent any races.

Refs #88091

When reviewing our usage of `countdown` I noticed that these tasks are
being delayed without a good reason. We already debounce task scheduling
with `projectconfig_debounce_cache` and `transaction.on_commit` and the additional 5s delay doesn't really prevent any races.

Refs #88091
@markstory markstory requested a review from a team as a code owner April 4, 2025 17:20
@markstory markstory requested a review from a team April 4, 2025 17:20
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 4, 2025
@codecov
Copy link

codecov bot commented Apr 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #88819    +/-   ##
========================================
  Coverage   87.73%   87.73%            
========================================
  Files       10066    10067     +1     
  Lines      569413   569514   +101     
  Branches    22355    22355            
========================================
+ Hits       499551   499649    +98     
- Misses      69463    69466     +3     
  Partials      399      399            

@markstory markstory merged commit d1e7784 into master Apr 7, 2025
49 checks passed
@markstory markstory deleted the chore-remove-relay-countdown branch April 7, 2025 15:44
andrewshie-sentry pushed a commit that referenced this pull request Apr 8, 2025
When reviewing our usage of `countdown` I noticed that these tasks are
being delayed without a good reason. We already debounce task scheduling
with `projectconfig_debounce_cache` and `transaction.on_commit` and the
additional 5s delay doesn't really prevent any races.

Refs #88091
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants