nicktrn
nicktrn
Hey @hariombalhara Thanks for reviewing! @aar2dee2 Thanks for your efforts! > I have one concern at this moment that I would really not want to import apps in core. Let...
Thanks @ffdixon! I think everything is fine from the BigBlueButton side. The holdup here was mainly re Cal.com internals and integration security. @hariombalhara's review comments from https://github.com/calcom/cal.com/pull/10803#issuecomment-1742630665 and my reply...

I've been working on the existing booking + frequency limits and have come across some unclear design aspects. Thought it best to raise this here as it will affect global...
Still happening [recur-limit.webm](https://github.com/calcom/cal.com/assets/55853254/593be4d2-3939-451a-83f9-2f6b9a632c15)
Still WIP but almost there. _edit:_ Can now be tested by some brave volunteers!
My suggestion would be for someone to pick this up from https://github.com/calcom/cal.com/pull/10803#issuecomment-1907982969. I believe the hardest parts are already done. Feel free to ping if any questions arise.
A temporary workaround for new docker deploys: (**do NOT use for existing deploys!**) ```yaml services: triggerdotdev: # These values may differ in your deploy image: ghcr.io/triggerdotdev/trigger.dev:latest container_name: triggerdotdev restart: always...
This will become part of #1077
Setting `DIRECT_URL` to anything but `DATABASE_URL` is only required when `DATABASE_URL` points to a connection pooler such as PgBouncer. More details in this section on [connection pooling](https://trigger.dev/docs/documentation/guides/self-hosting/supabase#bonus-connection-pooling).