You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
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
8 years ago
..
controllers Add Japanese translation of terms and flash (#4137) 8 years ago
helpers Togglable filter links (#4021) 8 years ago
javascript i18n: @63baab0 (pl) (#4141) 8 years ago
lib Add setting a always mark media as sensitive (#4136) 8 years ago
mailers Set default From address in config (#3756) 8 years ago
models Add setting a always mark media as sensitive (#4136) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Replace OEmbed and initial state Rabl templates with serializers (#4110) 8 years ago
serializers Add setting a always mark media as sensitive (#4136) 8 years ago
services Rescue exceptions related to Goldfinger at FetchRemoteStatusService (#4138) 8 years ago
validators Fix character/grapheme count stuff (#3839) 8 years ago
views Add setting a always mark media as sensitive (#4136) 8 years ago
workers Limit total subscribe retries to 10, but space them out more (#4142) 8 years ago