planetary-social / nos-notification-service-go

A service which delivers push notifications to APNs
Mozilla Public License 2.0
3 stars 0 forks source link

Don't store full events under tags #23

Closed boreq closed 1 year ago

boreq commented 1 year ago

I wanted to be smart and save on reads but this doesn't work with huge events.

Fixes errors such as:

rpc error: code = InvalidArgument desc = Request payload size exceeds the limit: 11534336 bytes.
boreq commented 1 year ago

Related: https://github.com/planetary-social/nos-notification-service-go/issues/8.