python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Sidekiq jobs are getting Enqueued but it's not getting processed. All Jobs are stuck in Enqueued
I am trying to send email using sidekiq but it's not working. Here is how i setup sidekiq with ActiveJob
Gemfile
gem 'sidekiq'
then i run bundle install.
Application.rb
config.active_job.queue_adapte...
r3b00t
Votes: 0
Answers: 2
WickedPDF generated with ActiveJob is creating a margin - how to fix?
I want to generate a PDF with ActiveJob, and then save it as an attachment to a record.
When I generate the PDF from a controller action, it looks fine:
When I move it to a background job, it is crea...

gwalshington
Votes: 0
Answers: 1