pleroma/lib/pleroma/workers
2025-06-28 13:14:01 -07:00
..
cron Custom pruning is not actually needed because an old job cannot exist in the table due to our use of [replace: true] when retrying jobs or walking it through the different phases 2025-06-27 17:24:02 -07:00
attachments_cleanup_worker.ex
background_worker.ex
backup_worker.ex
delete_worker.ex Clean up ReachabilityWorker jobs and delete from Instances table when deleting all users and activities for an instance 2025-06-28 13:14:01 -07:00
mailer_worker.ex
mute_expire_worker.ex Add expiring blocks 2025-04-15 12:55:09 +03:00
poll_worker.ex Skip the final refresh job if the activity is local 2024-10-09 16:25:58 -04:00
publisher_worker.ex PublisherWorker: change max_attempts to 13 which extends the last delivery attempt to ~4.3 days 2025-06-07 15:13:45 -07:00
purge_expired_activity.ex
purge_expired_filter.ex
purge_expired_token.ex
reachability_worker.ex Clean up ReachabilityWorker jobs and delete from Instances table when deleting all users and activities for an instance 2025-06-28 13:14:01 -07:00
receiver_worker.ex Reachability refactor 2025-06-06 12:32:09 -07:00
remote_fetcher_worker.ex The ap_id is a URL, so we can just pass that to set_reachable/1 2025-06-06 13:01:32 -07:00
rich_media_worker.ex Oban: more unique job constraints 2024-09-06 09:42:53 -04:00
scheduled_activity_worker.ex
search_indexing_worker.ex
user_refresh_worker.ex Oban: more unique job constraints 2024-09-06 09:42:53 -04:00
web_pusher_worker.ex Oban: more unique job constraints 2024-09-06 09:42:53 -04:00