You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: