-
Notifications
You must be signed in to change notification settings - Fork 99
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
Broken Rake tasks with 4.3.1 #156
Comments
It is trying to log into Heroku. You need to set 'HEROKU_API_KEY' in your
will display the key for you. Then you need to securely add that to the On Saturday, October 26, 2013, Marko Anastasov wrote:
[email protected] | (808) 722-6142 (c) |
Cool, thanks for the info. I suppose this was not required before so people didn't expect it, which made me report it. |
I think it's a regression bug. I've received a couple of reports now since On Mon, Oct 28, 2013 at 9:27 AM, Marko Anastasov
[email protected] | (808) 722-6142 (c) |
Hi,
I've discovered this while investigating a problem for a couple of users of Semaphore. So in CI the symptom is that running
rake db:setup
hangs forever.Running
strace
showed that the process was waiting to read something.Hitting Ctrl-C on it gave this output:
Going back one version "solves" the problem.
The text was updated successfully, but these errors were encountered: