Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More robust PuSH subscription refreshes #2799

Merged
merged 6 commits into from May 5, 2017
Merged

Commits on May 4, 2017

  1. Fix #2473 - Use sidekiq scheduler to refresh PuSH subscriptions inste…

    …ad of cron
    
    Fix an issue where / in domain would raise exception in TagManager#normalize_domain
    
    PuSH subscriptions refresh done in a round-robin way to avoid hammering a single
    server's hub in sequence. Correct handling of failures/retries through Sidekiq (see
    also #2613). Optimize Account#with_followers scope. Also, since subscriptions
    are now delegated to Sidekiq jobs, an uncaught exception will not stop the entire
    refreshing operation halfway through
    
    Fix #2702 - Correct user agent header on outgoing http requests
    Gargron committed May 4, 2017
    Copy the full SHA
    93780a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1e17dc8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5138188 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    235e7b9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Copy the full SHA
    fdca896 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3144f00 View commit details
    Browse the repository at this point in the history