tobi / delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
http://tobi.github.com/delayed_job
MIT License
2.15k stars 1.25k forks source link

Locale not automatically set #59

Open xpepermint opened 12 years ago

xpepermint commented 12 years ago

If you set the I18n.locale to a value different from the default locale the delayed tasks will not preserve the setting and you will have to set it manually inside each task (e.g. send delayed mail).