Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(taskworker) Remove countdown from relay tasks #88819

Merged
merged 2 commits into from
Apr 7, 2025

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants