discourse/spec/controllers
Sam 8ec7fd84fd FEATURE: prioritize sidekiq jobs
This commit introduces 3 queues for sidekiq

"critical" for urgent jobs (weighted at 4x weight)
"default" for standard jobs(weighted at 2x weight)
"low" for less important jobs


"critical jobs"

Reset Password emails has been seperated to its own job
Heartbeat which is required to keep sidekiq running
Test email which needs to return real quick


"low priority jobs"

Notify mailing list
Pull hotlinked images
Update gravatar

"default"

All the rest

Note: for people running sidekiq from command line use

bin/sidekiq -q critical,4 -q default,2 -q low
2016-04-07 12:56:43 +10:00
..
admin FIX: Return a proper error message when sync sso fails. 2016-03-26 13:30:15 +08:00
application_controller_spec.rb mock was causing spec to fail 2016-03-17 15:46:16 +11:00
badges_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
categories_controller_spec.rb FIX: Broken categories controller specs. 2015-12-07 00:09:02 +08:00
category_hashtags_controller_spec.rb FIX: Clashing category slug. 2016-01-13 15:32:29 +08:00
clicks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
composer_messages_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
directory_items_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
draft_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
email_controller_spec.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
embed_controller_spec.rb Pass discourse username to TopicRetriever from embed controller 2016-02-25 13:02:25 +00:00
export_csv_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
groups_controller_spec.rb FEATURE: add group posts and mentions RSS 2016-03-18 22:29:10 +05:30
invites_controller_spec.rb FIX: invite link should not auto-accept invitation if user is already logged in 2016-02-23 19:49:58 +05:30
list_controller_spec.rb Return default top setting as part of best_periods_for to see if it can be used 2016-04-05 14:27:18 -04:00
manifest_json_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
notifications_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
omniauth_callbacks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
onebox_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
permalinks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_action_users_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_actions_controller_spec.rb FIX: Use a logging table for daily likes given. Use it for badges. 2016-03-18 11:18:54 -04:00
posts_controller_spec.rb FEATURE: RSS feed for user posts and topics 2016-03-31 20:24:05 +05:30
queued_posts_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
robots_txt_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
search_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
session_controller_spec.rb FEATURE: prioritize sidekiq jobs 2016-04-07 12:56:43 +10:00
similar_topics_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
site_customizations_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
static_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
stylesheets_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
topics_controller_spec.rb FIX: hitting '/t/:id/posts.json' should return the first page of posts 2016-04-05 19:12:14 +02:00
uploads_controller_spec.rb SECURITY: ensure we never accept fake images 2015-12-21 16:08:14 +01:00
user_actions_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
user_avatars_controller_spec.rb correct spec 2015-12-16 13:48:49 +11:00
user_badges_controller_spec.rb FEATURE: you can not drill down and see why you have badges 2016-01-18 17:59:20 +11:00
users_controller_spec.rb SECURITY: Support for confirm old as well as new email accounts 2016-03-08 14:52:22 -05:00
users_email_controller_spec.rb SECURITY: Support for confirm old as well as new email accounts 2016-03-08 14:52:22 -05:00