Hacker News new | ask | show | jobs
by somehelpful 1213 days ago
Are you using NOTIFY? If so, how do you handle the limit of 8000 bytes?
1 comments

Yes and great question, right now we are limited to 8000 bytes but are working on an update to handle large payloads via chunking—stay tuned!
can you elaborate on how this would work?
The trigger will break the message out into chunks of <8k bytes and send them as separate messages with a unique ID and then an EOF once the message is complete. Planning on releasing this change in the next few days.