index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
initializers
/
sidekiq.rb
Age
Commit message (
Expand
)
Author
2020-03-31
Fix background jobs not using locks like they are supposed to (#13361)
Eugen Rochko
2020-03-21
Bump sidekiq from 5.2.7 to 6.0.4 (#11727)
dependabot-preview[bot]
2018-10-04
lint pass 2 (#8878)
aus-social
2018-04-10
Use RAILS_LOG_LEVEL to set log level of Sidekiq, too (#7079)
Eugen Rochko
2018-02-24
Raise Mastodon::HostValidationError when host for HTTP request is private (#6...
Akihiko Odaki
2017-09-14
Revert unique retry job (#4937)
abcang
2017-09-07
Enable UniqueRetryJobMiddleware even when called from sidekiq worker (#4836)
abcang
2017-09-05
Do not execute the job with the same arguments as the retry job (#4814)
abcang
2017-05-07
namespace redis usage (#2869)
beatrix
2017-05-03
Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732)
Eugen Rochko
2017-04-15
Add REDIS_DB env variable to configure Redis database (#1366)
Les Orchard
2017-01-17
Add Heroku deployment support
Effy Elden
2016-11-07
Improved configuration from ENV, cleaned up timeline filter methods
Eugen Rochko
2016-03-25
Fix Sidekiq pooling issues. Remove API docs from homepage, replace with
Eugen Rochko
2016-03-25
Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)
Eugen Rochko
2016-03-25
Adding Sidekiq for background processing (firstly just of mailers)
Eugen Rochko