Writing _PushStatus to db over time causes crash

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’m not sure of the reason so wanted to know if there’s an easy way to prevent the _PushStatus object from being written to the db. Related to that, I can’t 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.