This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
ActionCable payload string too long #346
Labels
Comments
thanks @textbook , I've not enabled @davet1985 is it the content of a retro item? or action item ? so i can test. Thanks, |
Just to update this issue, I've added a redis instance and disable |
That was my suspicion, thanks for the update @davet1985. For now I think we'll have to document this as a limitation of the Postgres adapter, I think properly fixing this would be a major change to how Postfacto uses the websocket data. |
textbook
referenced
this issue
in textbook/postfacto
Apr 30, 2021
- Adds handling of ADMIN_EMAIL and ADMIN_PASSWORD env vars to deploy scripts - Supersedes #368 - Documents HEROKU_REGION env var - Documents issue identified in #346
5 tasks
textbook
added a commit
that referenced
this issue
Apr 30, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We've got postfacto running and it is working well, until the content of the retro becomes large.
At this point the realtime actions all stop working. Upon looking at the logs it would appear that we've hit the payload limit for postgres notify, 8000 bytes, as documented here: https://www.postgresql.org/docs/9.0/sql-notify.html
Is there a suggested workaround for this? Or is there something wrong in our configuration of postfacto?
The text was updated successfully, but these errors were encountered: