supabase / realtime

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

fix: Ensure that only one migration is ran by host #1109

Closed filipecabaco closed 2 months ago

filipecabaco commented 2 months ago

What kind of change does this PR introduce?

By creating a unique process per host we ensure that we don't have multiple migrations running against the tenant database. We use the encrypted host as the uniqueness key.

vercel[bot] commented 2 months 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/5s3khznEnhABmvUQiVEZje6gBxPJ)) | | | Aug 1, 2024 8:37am |
kiwicopple commented 2 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: