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

Please document a solution to several apps sharing the same legacy database avoiding table name conflict #1156

Closed bigos closed 2 months ago

bigos commented 2 years ago

https://calvin.my/posts/avoiding-table-name-conflict-when-multiple-delayed-job-accessing-the-same-database Is the above correct?

If it is correct having some mention in the README file can help avoid confusion for people working in constrained legacy environments.

albus522 commented 2 months ago

This isn't natively supported

bigos commented 2 months ago

Thank you.