docbrown/spec
codekatas bae7ee8b73
Migrate update main image background job to sidekiq (#5345) [deploy]
* Add new UpdateMainImageBackgroundHexWorker worker class

This is a port of app/jobs/update_main_image_background_job.rb
that works with Sidekiq instead of DelayedJob.

* Update all references to UpdateMainImageBackgroundHexJob

This updates all references to UpdateMainImageBackgroundHexJob
so they now call UpdateMainImageBackgroundHexWorker, which works
with Sidekiq instead of DelayedJob.

* Move method call to after_commit callback

* Fix article specs with sidekiq helpers

Co-authored-by: Alex <alexandersmith223@gmail.com>
2020-02-04 17:51:09 -08:00
..
black_box Adjust type tags for RSpec (#4864) 2019-11-20 13:01:30 -05:00
decorators Fix rubocop complaints (#5769) 2020-01-27 16:58:23 -05:00
factories User counters using PostgreSQL JSON (#5373) [deploy] 2020-02-03 10:35:08 -05:00
fixtures Creating podcasts by users (#3730) [deploy] 2020-01-08 16:14:25 -05:00
helpers Fix linting (#4933) [deploy] 2019-11-26 08:35:34 -05:00
initializers Hookup Elasticsearch in travis (#5871) 2020-02-04 08:20:14 -05:00
jobs Remove Notifications::ModerationNotificationJob (#5905) [deploy] 2020-02-04 17:03:08 -08:00
labor API tags: improve caching and purging (#5673) [deploy] 2020-01-24 13:55:22 -05:00
lib Increase cache TTL for social preview images (#5471) [deploy] 2020-01-17 17:06:06 -05:00
liquid_tags Fix error handling bugs in stackexchange tag (#5490) 2020-01-20 14:43:25 -05:00
mailers [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
models Migrate update main image background job to sidekiq (#5345) [deploy] 2020-02-04 17:51:09 -08:00
observers Move SlackBotPingJob to Sidekiq (#5615) 2020-01-22 08:24:33 -05:00
policies Fix Rubocop lints (#5155) 2019-12-19 10:09:37 -05:00
requests Allow broadcasts to be created from internal/broadcast (#5908) [deploy] 2020-02-04 15:57:17 -08:00
routing Enabled rubocop/lint (#2130) 2019-03-21 10:53:44 -04:00
services Remove direct chat channels when banishing user (#5784) [deploy] 2020-02-04 17:10:39 -05:00
support Fix error handling bugs in stackexchange tag (#5490) 2020-01-20 14:43:25 -05:00
system Improve dropdown UX for internal/badges (#5880) [deploy] 2020-02-04 09:02:14 -08:00
uploaders Adjust type tags for RSpec (#4864) 2019-11-20 13:01:30 -05:00
views Improve test speed (#3957) [ci skip] 2019-09-12 16:17:20 -04:00
workers Migrate update main image background job to sidekiq (#5345) [deploy] 2020-02-04 17:51:09 -08:00
rails_helper.rb combine Rack::Timeout::RequestTimeoutErrors with Exceptions in Honeybadger (#5789) [deploy] 2020-01-28 16:55:51 -05:00
spec_helper.rb Temporarily comment out random (#2486) 2019-04-18 11:56:38 -04:00