Skip to content

Add integration-specific job semaphores#962

Merged
rgalanakis merged 1 commit intomainfrom
semaphore-integrations
Jun 3, 2025
Merged

Add integration-specific job semaphores#962
rgalanakis merged 1 commit intomainfrom
semaphore-integrations

Conversation

@rgalanakis
Copy link
Contributor

We need to migrate from a non-partitioned to a partitioned google calendar events table, which is billions of rows (or very large, in any case).

If we just allow this to start backfilling, it will saturate all the workers for the org, and also consume a ton of DB CPU (though everything works). To prevent this from happening, we can semaphore the integration in particular.

We need to migrate from a non-partitioned to a partitioned google
calendar events table, which is billions of rows (or very large,
in any case).

If we just allow this to start backfilling, it will saturate all
the workers for the org, and also consume a ton of DB CPU
(though everything works). To prevent this from happening,
we can semaphore the integration in particular.
@codecov
Copy link

codecov bot commented Jun 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.96%. Comparing base (e915c56) to head (cc6ae9b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #962      +/-   ##
==========================================
- Coverage   96.97%   96.96%   -0.01%     
==========================================
  Files         483      483              
  Lines       30729    30740      +11     
==========================================
+ Hits        29798    29808      +10     
- Misses        931      932       +1     

☔ 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 merged commit b2cf9de into main Jun 3, 2025
4 of 5 checks passed
@rgalanakis rgalanakis deleted the semaphore-integrations branch June 3, 2025 06:06
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