Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-25 | Disable retries on all scheduled tasks (#8413) | Eugen Rochko | |
2018-08-19 | Keep scheduler jobs unique until they're done (#8287) | Eugen Rochko | |
2018-05-02 | Slightly reduce RAM usage (#7301) | Eugen Rochko | |
* No need to re-require sidekiq plugins, they are required via Gemfile * Add derailed_benchmarks tool, no need to require TTY gems in Gemfile * Replace ruby-oembed with FetchOEmbedService Reduce startup by 45382 allocated objects * Remove preloaded JSON-LD in favour of caching HTTP responses Reduce boot RAM by about 6 MiB * Fix tests * Fix test suite by stubbing out JSON-LD contexts | |||
2017-08-21 | Periodically remove expired PuSH subscribers (#4654) | Eugen Rochko | |
2017-05-22 | Specs for cleanup workers (#3235) | Matt Jankowski | |
* Add spec files for feed and media cleanup workers * Add coverage for feed and media cleanup schedulers * Clean up feed and media cleanup workers | |||
2017-05-20 | Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with (#3180) | Eugen Rochko | |
sidekiq-scheduler jobs Resolves #2495 |