Skip to content

fix(reports): Significantly increase the schedule_organizations deadline #94596

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kcons
Copy link
Member

@kcons kcons commented Jun 28, 2025

Weekly report scheduling has been timing out recently on taskbroker.
It seems to be due to the default 10s deadline being applied, where we probably want to wait much longer.
This explicitly picks a generous deadline to ensure we can complete our weekly work without timing out.

@kcons kcons requested a review from markstory June 28, 2025 00:39
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 28, 2025
Copy link

codecov bot commented Jun 28, 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   #94596      +/-   ##
==========================================
- Coverage   87.94%   87.94%   -0.01%     
==========================================
  Files       10386    10393       +7     
  Lines      601698   602433     +735     
  Branches    23408    23408              
==========================================
+ Hits       529184   529797     +613     
- Misses      72058    72180     +122     
  Partials      456      456              

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.

1 participant