-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destroying record throws an exception in logs #9358
Comments
I can work on this @Bonapara |
I can't reproduce these logs @BOHEUS |
@pacyL2K19 It looks like it's trying to upsert a timeline activity on a deleted record. So maybe that can happen if your worker queue is full and the object has already been hard deleted by the time the event to be logged (e.g. a previous update) is processed by the worker queue? We should probably fail silently if it's been hard deleted? |
I get it |
Thanks @pacyL2K19! |
@pacyL2K19 I still reproduce it, I forgot to add one step in scenario to make it easily reproducible, I'm sorry for that |
Scenario:
Actual: Record is deleted permamently but in logs exception appears
Expected: Record is deleted permamently without exceptions/errors in logs
Logs:
The text was updated successfully, but these errors were encountered: