Stan Hu
3656b5db07
Merge branch 'issues/15127' into 'master'
...
fix #15127 ActiveJob::DeserializationError thrown
`send_devise_notification` pre-maturely enqueued the task when the user instance
has not yet been committed into the database, causing a record-not-found in the
other sidekiq process.
`devise-async` has already been taking care of asynchronous mail sending, we just
need to run it inside queue `mailers` instead of `mailer` to enable it.
The implementation of `devise-async` enqueues the task in `after_commit` hook
which is the right way to do it.
See merge request !3647
2016-05-19 06:12:34 +00:00
..
2016-05-12 22:41:01 +00:00
2016-05-12 22:48:09 +02:00
2016-05-11 16:34:00 +00:00
2016-05-09 18:00:28 +02:00
2015-01-21 23:07:15 -08:00
2016-05-18 11:09:51 -05:00
2011-10-09 00:36:38 +03:00
2016-05-14 18:23:31 -05:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-16 16:53:11 -03:00
2016-05-09 18:00:28 +02:00
2016-04-28 21:28:39 +02:00
2016-05-09 18:00:28 +02:00
2016-04-01 11:13:30 +02:00
2016-05-09 18:00:28 +02:00
2016-04-21 08:10:37 +00:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-16 14:52:04 -05:00
2016-04-17 18:17:27 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-03-06 23:07:19 -05:00
2016-03-29 12:19:09 +01:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2015-12-18 14:19:48 -06:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-10 09:08:30 +00:00
2016-05-13 17:31:58 -05:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-13 17:55:42 -05:00
2016-05-13 17:55:42 -05:00
2016-05-16 10:25:24 +01:00
2016-05-13 17:15:01 -05:00
2016-05-16 14:52:02 -05:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-03-11 18:46:01 +01:00
2016-05-13 22:42:07 +02:00
2016-05-19 03:00:01 +00:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-13 17:55:42 -05:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-02-02 11:25:44 -02:00
2016-05-09 18:00:28 +02:00
2016-05-09 18:00:28 +02:00
2016-02-01 13:51:05 +01:00
2016-05-19 06:12:34 +00:00
2016-05-09 18:00:28 +02:00
2016-04-20 08:25:40 +08:00