Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-19 | Add spec coverage for regeneration worker (#3143) | Matt Jankowski | |
2017-05-19 | Specs for precompute feed service (#3142) | Matt Jankowski | |
* Add spec for precompute feed service * Refactor PrecomputeFeedService * spec wip | |||
2017-04-04 | Reduce number of items in feeds, optimize regeneration worker slightly, | Eugen Rochko | |
make regeneration worker unique, (only schedule/execute once at a time) | |||
2017-04-04 | Only call regeneration worker after first login after a 14 day break | Eugen Rochko | |
2017-04-04 | Separate background jobs into different queues. ATTENTION: new queue "pull" | Eugen Rochko | |
must be added to the Sidekiq invokation in your systemd file The pull queue will handle link crawling, thread resolving, and OStatus processing. Such tasks are more likely to hang for a longer time (due to network requests) so it is more sensible to not make the "in-house" tasks wait for them. | |||
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-11-08 | Improve feed regeneration | Eugen Rochko | |