Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-05 | use keyword argument for `delayed` flag | multiple creatures | |
2019-07-29 | optional delayed publishing of roars for proofreading | multiple creatures | |
2019-03-16 | Avoid race condition when streaming deleted statuses (#10280) | ThibG | |
* Avoid race condition when streaming deleted statuses * Move redis lock to DistributionWorker to avoid extra Redis value | |||
2017-05-06 | Fix Scheduler::SubscriptionsScheduler (#2834) | Eugen Rochko | |
* Fix Scheduler::SubscriptionsScheduler, add worker test for it * Change production log level of Sidekiq to "warn" instead of "info" | |||
2017-04-05 | Split SalmonWorker into smaller parts, move profile updating into another job | Eugen Rochko | |
2017-04-04 | We're going to want these nice helper methods, lets share them with a parent ↵ | Kurtis Rainbolt-Greene | |
class that matches Rails 5 practices (application level abstraction) | |||
2017-02-05 | Preheat status cache | Eugen Rochko | |
2016-12-19 | Adding some rescues to workers, e.g. don't fail removal job when status ↵ | Eugen Rochko | |
can't be found in the first place (already removed) | |||
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-09-29 | Improve code style | Eugen Rochko | |
2016-03-25 | Add link to github project to footer, move FanOutOnWriteService calls to | Eugen Rochko | |
DistributionWorker. That isn't the heaviest service, yet, but gotta start somewhere |