Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hangs on Multiple Database Connection #45

Open
pdanial opened this issue May 31, 2011 · 0 comments
Open

Hangs on Multiple Database Connection #45

pdanial opened this issue May 31, 2011 · 0 comments

Comments

@pdanial
Copy link

pdanial commented May 31, 2011

I've setup a second database in my rails application and reference it with 'establish_connection' in its respective Models. What's odd, is a delayed_job task will hang on these models unless I temporarily update the connection to a localhost instance of the same database

I'm also able to successfully call the Job class directly (outside of delayed_job) from within a rails console, so I know there's no issue with the database connection itself.

Any ideas on this one? It just hangs, so I'm unable to produce any logging related to the issue.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant