docbrown/app/jobs
Anna Buianova 875114395c Fix delayed job errors related to reactions #1621 (#1883)
* Add delayed_job_web to dev environment for debugging

* Add specs for the current Follow callbacks implementation

* Move follower touching to ActiveJob

* Spec for the touch followers job

* Move Follow#create_chat_channel to ActiveJob and make the job safe

* Add ActiveJob to send email notifications about follows

* Enqueue SendEmailNotificationJob after the follow is created

* Specs to wnsure jobs are enqueued on Follow creation

* Make CreateChatChannelJob queue name more specific

* Reaction specs for Reaction after_save callbacks logic

* Touch user job

* Call Users::TouchJob on reaction create

* Move updating reactable to a separate job

* Move busting reactable cache to a separate job

* Bust homepage cache after reaction save in a separate job

* Spec for enqueueing Users::TouchJob on reaction create

* Refactor Reactions::UpdateReactable job

* Fix observer spec
2019-02-27 16:19:01 -08:00
..
articles Bust cache on article destroy instead of resave articles #1621 (#1801) 2019-02-23 19:41:06 -08:00
follows Fix delayed job errors related to follows #1621 (#1835) 2019-02-23 18:16:20 -08:00
reactions Fix delayed job errors related to reactions #1621 (#1883) 2019-02-27 16:19:01 -08:00
users Fix delayed job errors related to reactions #1621 (#1883) 2019-02-27 16:19:01 -08:00
application_job.rb Fix ActiveRecord::RecordNotFound in Delayed::Jobs on article destroy (#1699) 2019-02-07 16:57:17 -05:00