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
{{ message }}
This repository has been archived by the owner on May 21, 2021. It is now read-only.
There is an issue that occurs whenever a model is deleted from the database and therefore is unretrievable for SelfDestruct. It tries to fetch the model and call delete() on it, but the model fails to return and this leads to the function call failing also, resulting in a huge amount of error logs.
A check needs to be put in place to simply remove the SelfDestruct record if the object it is trying to delete() no longer exists.
The text was updated successfully, but these errors were encountered:
There is an issue that occurs whenever a model is deleted from the database and therefore is unretrievable for
SelfDestruct
. It tries to fetch the model and calldelete()
on it, but the model fails to return and this leads to the function call failing also, resulting in a huge amount of error logs.A check needs to be put in place to simply remove the
SelfDestruct
record if the object it is trying todelete()
no longer exists.The text was updated successfully, but these errors were encountered: