Closed salmanasiddiqui closed 9 years ago
Ok going through issues, I found that this gem doesnt use ActiveJob instead devise-async-activejob
does. So I will have to write up my own worker.
I think updating README
to mention these things will be a good idea.
I am using
I have created
devise_async.rb
ininitializers
Added
:async
in User model devise methodModified
application.rb
, added the following lineNow, I am running
rails c
and executing the following commandnote: provider attribute is required cause of devise token auth (ignore that)
this is en-queuing the job correctly but not processing it. Am I missing something?