gotosocial icon indicating copy to clipboard operation
gotosocial copied to clipboard

[bug] remove orphaned posts and accounts from suspended instances

Open NyaaaWhatsUpDoc opened this issue 2 years ago • 0 comments

For example, if an error occurs while handling a domain block request:

timestamp="28/09/2022 21:39:11.125" func=admin.(*processor).initiateDomainBlockSideEffects level=ERROR domain="example.com" msg="domainBlockProcessSideEffects: db error updating instance: context canceled"
timestamp="28/09/2022 21:39:11.125" func=admin.(*processor).initiateDomainBlockSideEffects level=ERROR domain="example.com" msg="domainBlockProcessSideEffects: db error removing instance account: context canceled"
timestamp="28/09/2022 21:39:11.125" func=admin.(*processor).initiateDomainBlockSideEffects level=ERROR domain="example.com" msg="domainBlockProcessSideEffects: db error selecting accounts for domain example.com: context canceled"

NyaaaWhatsUpDoc avatar Sep 28 '22 19:09 NyaaaWhatsUpDoc