FoundKey/packages/backend/src/queue
Ignas Kiela 2ba387a5ac
All checks were successful
ci/woodpecker/pr/lint-sw Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
Drop deletes from actors that don't exist anymore
Mastodon sends delete activities for every single note of an actor after
they are deleted, even though it usually sends a delete activity for the
actor itself from the start. These messages fail processing since we
can't verify the signature anymore (we have deleted the actor together
with their notes and keys with the delete activity for the actor itself,
and it's obviously not possible to look it up anymore), and stick around
in the inbox queue for all of the retries, which can take quite a while.
But since we can't have anything from actors that we can't
resolve, we can safely ignore the deletion request from them.

Changelog: Fixed
2023-09-14 19:24:26 +03:00
..
processors Drop deletes from actors that don't exist anymore 2023-09-14 19:24:26 +03:00
get-job-info.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
index.ts fix: missing paren, type error 2023-05-23 21:49:34 +02:00
initialize.ts chore: fix more miscellaneous lints 2022-12-13 23:09:32 +01:00
logger.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
queues.ts server: default config items on load 2023-02-04 17:56:15 +01:00
types.ts Revert 'Revert "server: fix user deletion race condition"' 2023-05-23 21:49:33 +02:00