supabase / realtime

Broadcast, Presence, and Postgres Changes via WebSockets
https://supabase.com/realtime
Apache License 2.0
6.83k stars 315 forks source link

fix: Janitor set to use ETS to reduce load on Database #1201

Closed filipecabaco closed 1 week ago

filipecabaco commented 1 week ago

What kind of change does this PR introduce?

Current implementation was using a more complex query that would load RDS too much. This approach focuses on using ETS and it will determine which databases with the following flow:

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **realtime-demo** | ⬜️ Ignored ([Inspect](https://vercel.com/supabase/realtime-demo/2JLPKEWwoqKcg7pFEs4Y1swt78aN)) | | | Nov 9, 2024 0:06am |
kiwicopple commented 1 week ago

:tada: This PR is included in version 2.33.29 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: