I am facing an issue where after sending some amount of push notifications, writing _PushStatus to the db is causing the db to crash. I鈥檓 not sure of the reason so wanted to know if there鈥檚 an easy way to prevent the _PushStatus object from being written to the db. Related to that, I can鈥檛 delete _PushStatus records from the db.
How many notifications do you send?
See also Provide a way to disable recording PushStatus 路 Issue #1225 路 parse-community/parse-server 路 GitHub which is a feature request to disable unnecessary writing to PushStatus, especially for high volume sending. There are also workarounds mentioned in the discussion.