akkoma/test/pleroma/workers
Oneric e8bf4422ff Delay attachment deletion
Otherwise attachments have a high chance to disappear with akkoma-fe’s
“delete & redraft” feature when cleanup is enabled in the backend. Since
we don't know whether a deletion was intended to be part of a redraft
process or even if whether the redraft was abandoned we still have to
delete attachments eventually.
A thirty minute delay should provide sufficient time for redrafting.

Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/775
2025-01-03 20:49:11 +01:00
..
cron
attachments_cleanup_worker_test.exs Delay attachment deletion 2025-01-03 20:49:11 +01:00
publisher_worker_test.exs
purge_expired_activity_test.exs
purge_expired_filter_test.exs
purge_expired_token_test.exs
receiver_worker_test.exs
remote_fetcher_worker_test.exs Allow the Remote Fetcher to attempt fetching an unreachable instance 2024-04-12 20:33:21 +01:00
scheduled_activity_worker_test.exs