Quantcast
Channel: Active questions tagged redis+ruby-on-rails - Stack Overflow
Viewing all articles
Browse latest Browse all 887

Rails Sidekiq on Heroku

$
0
0

I can see the heroku log Enqueued ContactJob (Job ID: 51992323-a2fe-425f-aec7-1f960eaf9e7d) to Sidekiq(default) with arguments: #<GlobalID:0x000055c765545178 @uri=...

Here is my Procfile

web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -q default -q mailers

But it doesn't deliver mail in the production(heroku) but works well in the local.. app resources

heroku ps: heroku ps


Viewing all articles
Browse latest Browse all 887

Trending Articles