You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think of adding an option to compress payloads when saving them to a database? Payloads can grow quite large, and since it's all JSON data I figure there's lots to gain from compressing the data.
The text was updated successfully, but these errors were encountered:
I'd like to keep this package very simple. Inside the job that processes the webhook, you can take care of this yourself. You can copy the payload to some compressed storage and delete the row in the default table provided by this package.
What do you think of adding an option to compress payloads when saving them to a database? Payloads can grow quite large, and since it's all JSON data I figure there's lots to gain from compressing the data.
The text was updated successfully, but these errors were encountered: