collectiveidea / delayed_job

Database based asynchronous priority queue system -- Extracted from Shopify
http://groups.google.com/group/delayed_job
MIT License
4.82k stars 956 forks source link

How to use delayed_job with decidim ? [ Question ] #1207

Closed Jonathan1018 closed 2 months ago

Jonathan1018 commented 6 months ago

Hello

I try to use delayed_job as ActiveJob for decidim to send mail as indicated in the decidim official documentation: https://docs.decidim.org/en/develop/services/activejob

But it doesn't work, delayed_job generate the email but don't send it

Could you please help me ?

Have a nice day Jonathan

Jonathan1018 commented 6 months ago

log.txt

You will find the log file in attachment

albus522 commented 2 months ago

Your logs indicated the message was sent, the issue is not within DJ