Skip to content

Add ExtendedLogging and TimeoutRetry sidekiq MW#961

Merged
rgalanakis merged 1 commit intomainfrom
retry-and-logging
Jun 3, 2025
Merged

Add ExtendedLogging and TimeoutRetry sidekiq MW#961
rgalanakis merged 1 commit intomainfrom
retry-and-logging

Conversation

@rgalanakis
Copy link
Contributor

  • Log the job start time in Sentry so we can see how long between job start and errors.
  • Retry Sequel database connection timeouts.

@codecov
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.06%. Comparing base (b2cf9de) to head (79e7956).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #961      +/-   ##
==========================================
+ Coverage   96.97%   97.06%   +0.09%     
==========================================
  Files         483      487       +4     
  Lines       30740    30867     +127     
==========================================
+ Hits        29809    29960     +151     
+ Misses        931      907      -24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rgalanakis rgalanakis force-pushed the retry-and-logging branch 5 times, most recently from 062d0db to de4167f Compare June 3, 2025 06:22
- Log the job start time in Sentry so we can see how long
  between job start and errors.
- Retry Sequel database connection timeouts.
- Improve test coverage of worker configuration
@rgalanakis rgalanakis force-pushed the retry-and-logging branch from de4167f to 79e7956 Compare June 3, 2025 06:32
@rgalanakis rgalanakis merged commit 1a40767 into main Jun 3, 2025
4 checks passed
@rgalanakis rgalanakis deleted the retry-and-logging branch June 3, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant