discourse/app
Sam 9c91e68351 PERF: remove image optimization throttling from Sidekiq
Previously we only allowed one image optimization per machine, this meant there
was cross talk between avatar resizing and Sidekiq. This could lead to large
amounts of starvation when optimized image version changed which in turn could
block the Sidekiq queue.

This increases amount of allowed load on machines but this is preferable to
having crosstalk between avatar resizing and Sidekiq.
2019-01-04 18:44:44 +11:00
..
assets UX: excerpts don't wrap on IE11 (#6847) 2019-01-04 15:11:42 +11:00
controllers FEATURE: Make auth_redirect param options on user_api_keys 2019-01-04 14:46:18 +11:00
helpers FIX: Use CDN for logos and icons. (#6698) 2018-12-19 10:20:48 +01:00
jobs FEATURE: Improve backup stats on admin dashboard 2018-12-17 11:35:11 +01:00
mailers DEV: Refactor location string builders. (#6794) 2018-12-20 10:23:05 +01:00
models PERF: remove image optimization throttling from Sidekiq 2019-01-04 18:44:44 +11:00
serializers PERF: Eradicate N+1 queries from the theme admin page 2018-12-21 11:03:58 +02:00
services DEV: group all collapsed notifications 2018-12-24 12:44:50 +01:00
views FEATURE: Make auth_redirect param options on user_api_keys 2019-01-04 14:46:18 +11:00