nicktrn
nicktrn
Should become redundant with #627, might want to close this.
~~`0.15.0` was released yesterday. The only change being that migration files are now embedded as strings. Just in case of unforeseen bugs, we should stay on `0.14.0-rc.0` for now.~~
Waiting for `v0.16` release and #689 before finishing this up.
> Any ETA on this? Could be next week if all goes well! PR for batched events and Airtable will be in later today, but #524 will have to be...
The good news is that the integration already takes care of fetching the actual payloads for you! https://github.com/triggerdotdev/trigger.dev/blob/c8aaea8ad0e484e7845d52ee8d1eced5818ea642/integrations/airtable/src/webhooks.ts#L389-L390 The payloads will then be delivered in batches, i.e. as an array...
> Weird implementation by the AirTable team, it's not an standard implementation am I correct? No, not at all. That's _not_ how webhooks should work. Feel free to open an...
Thanks a lot for this @MendyLanda! Will take a look very soon :crossed_fingers: (will have to add some tests for image sizes) @Davidkle sorry for the late reply. The great...
You may notice some issues with SMTP depending on provider. Might be worth enabling [pooling](https://nodemailer.com/smtp/pooled/) if that happens (yes, that's my code word now).
Hey @cachho thanks a lot for these great, very detailed issues you've been creating - please keep them coming! We're currently incredibly busy with v4 reliability improvements but we'll get...
This works now! 