summaryrefslogtreecommitdiffstats
path: root/app/workers
AgeCommit message (Expand)Author
2024-04-02Update stoplight to version 4.1.0 (#28366)Matt Jankowski
2024-03-07Add notification policies and notification requests (#29366)Eugen Rochko
2024-02-22Fix auto-close email being sent to users with devops permissions instead of s...Claire
2024-02-21Automatically switch from open to approved registrations in absence of modera...Claire
2024-01-25Fix remaining `Rails/WhereExists` cop violations, regenerate todo (#28892)Matt Jankowski
2024-01-24Add annual reports for accounts (#28693)Eugen Rochko
2024-01-16Ignore RecordNotUnique errors in LinkCrawlWorker (#28748)Jeong Arm
2023-12-19Change algorithm of follow recommendations (#28314)Eugen Rochko
2023-11-30Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases (#2...Claire
2023-11-02Fix posts from threads received out-of-order sometimes not being inserted int...Claire
2023-10-27Have `Follow` activities bypass availability (#27586)Jonathan de Jong
2023-10-23Add SELF_DESTRUCT env variable to process self-destructions in the background...Claire
2023-10-03Add a short-lived lock to trend refresh scheduler (#27253)Claire
2023-10-03Change some worker lock TTLs (#27246)Claire
2023-10-02Fix import progress not updating on certain failures (#27247)Claire
2023-09-05Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#...Claire
2023-09-01Add admin notifications for new Mastodon versions (#26582)Claire
2023-09-01Revert to using primary database in IndexingScheduler (#26754)Claire
2023-08-27Change indexing jobs to use database replica (#26692)Eugen Rochko
2023-08-27Change queue of job when opting into search from `default` to `pull` (#26688)Eugen Rochko
2023-08-24Add new public status index (#26344)jsgoldstein
2023-08-21Add auto-refresh of accounts we get new messages/edits of (#26510)Claire
2023-08-03Change indexing frequency from 5 minutes to 1 minute, add locks to schedulers...Eugen Rochko
2023-07-27Remove queued_at value from pubsub payloads (#26173)Emelia Smith
2023-07-27Change interaction modal in web UI (#26075)Claire
2023-07-21Clean up unused application records (#24871)Claire
2023-07-17Remove unfollowed hashtag posts from home feed (#26028)Claire
2023-07-12Change notifications API to use a replica (#25874)Eugen Rochko
2023-07-10Change feed merge, unmerge and regeneration workers to use a replica (#25849)Eugen Rochko
2023-07-08First pass at multi-database for read replica using Rails native adapter (#25...Kurtis Rainbolt-Greene
2023-07-04Fix re-activated accounts being deleted by AccountDeletionWorker (#25711)Claire
2023-06-20Prevent UserCleanupScheduler from overwhelming streaming (#25519)Emelia Smith
2023-06-06Add webhook templating (#23289)Eugen Rochko
2023-05-19Fix minor typos in comments and spec names (#21831)Nick Schonning
2023-05-04Fix infinite loop in AccountsStatusesCleanupScheduler (#24840)Claire
2023-05-03Fix various edge cases with local moves (#24812)Claire
2023-05-03Change Move handler to also move list memberships (#24808)Claire
2023-05-03Improve automatic post cleanup worker performances (#24785)Claire
2023-05-02Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord'...Matt Jankowski
2023-05-02Rewrite import feature (#21054)Claire
2023-04-23Fix AccountsStatusesCleanupScheduler not spreading deletes across accounts co...Claire
2023-04-21Change automatic post deletion thresholds and load detection (#24614)Claire
2023-04-01Fix Redis client and type errors introduced in #24285 (#24342)Vyr Cossont
2023-03-31IndexingScheduler: fetch and import in batches (#24285)Vyr Cossont
2023-03-29Requeue expiration notification (#24311)Christian Schmidt
2023-03-19Webhooks for local status.create, status.update, account.update (#24133)Vyr Cossont
2023-03-15Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ...Claire
2023-03-04Upgrade to latest redis-rb 4.x and fix deprecations (#23616)Jean byroot Boussier
2023-03-03Remove implied StandardError rescue (#23942)Nick Schonning
2023-03-03Fix original account being unfollowed on migration before the follow request ...Claire