Eugen Rochko
|
78b890cc81
|
Fix Scheduler::SubscriptionsScheduler (#2834)
* Fix Scheduler::SubscriptionsScheduler, add worker test for it
* Change production log level of Sidekiq to "warn" instead of "info"
|
8 years ago |
Eugen Rochko
|
cd68e54a7d
|
Split SalmonWorker into smaller parts, move profile updating into another job
|
8 years ago |
Kurtis Rainbolt-Greene
|
192f855952
|
We're going to want these nice helper methods, lets share them with a parent class that matches Rails 5 practices (application level abstraction)
|
8 years ago |
Eugen Rochko
|
efa4065029
|
Preheat status cache
|
8 years ago |
Eugen Rochko
|
0f4c9d1124
|
Adding some rescues to workers, e.g. don't fail removal job when status can't be found in the first place (already removed)
|
8 years ago |
Eugen Rochko
|
e71b152d89
|
Fix rubocop issues, introduce usage of frozen literal to improve performance
|
8 years ago |
Eugen Rochko
|
927333f4f8
|
Improve code style
|
8 years ago |
Eugen Rochko
|
8eeec389c1
|
Add link to github project to footer, move FanOutOnWriteService calls to
DistributionWorker. That isn't the heaviest service, yet, but gotta start
somewhere
|
9 years ago |