This repository has been archived on 2024-07-22 . You can view files and clone it, but cannot push or open issues or pull requests.
Eugen Rochko
34ccc058fa
Limit total subscribe retries to 10, but space them out more ( #4142 )
...
Since there is little point in retrying so often when a service is down
or does not exist anymore. Subscriptions are renewed 1 day before they
should expire, so retrying in 30 minutes, then 2 hours, then 12 hours
is fine. If even after that, the remote server does not work, there is
little sense in retrying more often than once a day
Also, uniqueness of the job should ensure that failed retries will
not result in multiple retries for the same endpoint when the next
resubscription cycle comes
2017-07-10 18:04:23 +02:00
..
admin
Account deletion ( #3728 )
2017-06-14 18:01:27 +02:00
pubsubhubbub
Limit total subscribe retries to 10, but space them out more ( #4142 )
2017-07-10 18:04:23 +02:00
scheduler
Bind web UI access tokens to sessions ( #3940 )
2017-06-25 23:51:32 +02:00
after_remote_follow_request_worker.rb
After remote follow worker specs ( #3098 )
2017-05-18 21:10:41 +02:00
after_remote_follow_worker.rb
After remote follow worker specs ( #3098 )
2017-05-18 21:10:41 +02:00
block_worker.rb
…
digest_mailer_worker.rb
Spec coverage and refactor of digest mailer worker ( #2961 )
2017-05-10 15:45:43 +02:00
distribution_worker.rb
Fix Scheduler::SubscriptionsScheduler ( #2834 )
2017-05-06 13:05:03 +02:00
domain_block_worker.rb
…
feed_insert_worker.rb
Spec feed insert worker ( #2965 )
2017-05-10 20:32:05 +02:00
import_worker.rb
Rename FollowRemoteAccountService to ResolveRemoteAccountService ( #3847 )
2017-06-19 01:51:04 +02:00
link_crawl_worker.rb
…
merge_worker.rb
…
notification_worker.rb
…
processing_worker.rb
…
push_update_worker.rb
Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ( #4090 )
2017-07-07 04:02:06 +02:00
regeneration_worker.rb
Add spec coverage for regeneration worker ( #3143 )
2017-05-19 16:55:09 +02:00
remote_profile_update_worker.rb
Fix #1141 , fix #1126 - Avatar/profile info fetching ( #1215 )
2017-04-08 13:26:03 +02:00
removal_worker.rb
…
salmon_worker.rb
Split SalmonWorker into smaller parts, move profile updating into another job
2017-04-05 21:43:10 +02:00
soft_block_domain_followers_worker.rb
change sidekiq queueing to bulk push ( #3536 )
2017-06-04 00:11:15 +02:00
soft_block_worker.rb
Followers-only post federation ( #2111 )
2017-04-24 00:38:37 +02:00
thread_resolve_worker.rb
…
unfavourite_worker.rb
…
unmerge_worker.rb
…