Commit Graph

12 Commits (a6b59cd1a32ce2d9ac54fa7b5e04672a63692fdf)

Author SHA1 Message Date
Akihiko Odaki 2e8a492e88 Raise Mastodon::HostValidationError when host for HTTP request is private ()
abcang 1aad015bbb Revert unique retry job ()
* Revert "Enable UniqueRetryJobMiddleware even when called from sidekiq worker ()"

This reverts commit 6859d4c028.

* Revert "Do not execute the job with the same arguments as the retry job ()"

This reverts commit be7ffa2d75.
abcang 6859d4c028 Enable UniqueRetryJobMiddleware even when called from sidekiq worker ()
abcang be7ffa2d75 Do not execute the job with the same arguments as the retry job ()
beatrix 5c1f70b5c5 namespace redis usage ()
* add redis-namespace gem

* namespace redis usage

* refactor redis namespace code to be less intrusive

previously : would be prepended to keys when the
REDIS_NAMESPACE env var was not set

now if it is not set the namespacing functions are
not used at all, which should prevent disruptions
when instances update.

* fix redis namespace variable style in streaming js

* remove trailing space

* final redis namespace style fix
Eugen Rochko c997091166 Clean up redis configuration. Allow using REDIS_URL to set advanced ()
connection options instead of setting REDIS_HOST etc individually

Close 
Les Orchard 7609593e48 Add REDIS_DB env variable to configure Redis database ()
Effy Elden ab4f5f5da5 Add Heroku deployment support
Eugen Rochko dbe00a4156 Improved configuration from ENV, cleaned up timeline filter methods
to be more readable, add extra logging to process feed service
Eugen Rochko 5764d52b04 Fix Sidekiq pooling issues. Remove API docs from homepage, replace with
a basic home timeline
Eugen Rochko 36f3da3cde Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)
Eugen Rochko 42dcb0d4cb Adding Sidekiq for background processing (firstly just of mailers)