Skip to content

Instantly share code, notes, and snippets.

@dooburt
Created March 17, 2015 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dooburt/d6929d75ae6d97b8c2fc to your computer and use it in GitHub Desktop.
Save dooburt/d6929d75ae6d97b8c2fc to your computer and use it in GitHub Desktop.
Jitsu Timing Out on Deploys
[21:44][dan@Unknown-7c-d1-c3-df-52-49:~/Projects/uranium-nodejs(master)]$ jitsu deploy
warn:
warn: Nodejitsu has been acquired by GoDaddy
warn:
warn: Read more at: https://nodejitsu.com/godaddy
warn: Or run: jitsu godaddy
warn:
info: Welcome to Nodejitsu dooburt
info: jitsu v0.15.0, node v0.12.0
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
info: Creating snapshot 0.0.1-29
info: Uploading: [========= ] 34%error: Error running command deploy
info: jitsu's client request timed out before the server could respond. Please increase your client timeout
help: (Example: `jitsu config set timeout 480000`)
help: This error may be due to network connection problems
[21:49][dan@Unknown-7c-d1-c3-df-52-49:~/Projects/uranium-nodejs(master)]$ jitsu deploy
warn:
warn: Nodejitsu has been acquired by GoDaddy
warn:
warn: Read more at: https://nodejitsu.com/godaddy
warn: Or run: jitsu godaddy
warn:
info: Welcome to Nodejitsu dooburt
info: jitsu v0.15.0, node v0.12.0
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
info: Creating snapshot 0.0.1-29
info: Uploading: [============== ] 52%error: Error running command deploy
info: jitsu's client request timed out before the server could respond. Please increase your client timeout
help: (Example: `jitsu config set timeout 480000`)
help: This error may be due to network connection problems
[22:00][dan@Unknown-7c-d1-c3-df-52-49:~/Projects/uranium-nodejs(master)]$ jitsu deploy
warn:
warn: Nodejitsu has been acquired by GoDaddy
warn:
warn: Read more at: https://nodejitsu.com/godaddy
warn: Or run: jitsu godaddy
warn:
info: Welcome to Nodejitsu dooburt
info: jitsu v0.15.0, node v0.12.0
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
info: Creating snapshot 0.0.1-29
info: Uploading: [============== ] 52%error: Error running command deploy
info: jitsu's client request timed out before the server could respond. Please increase your client timeout
help: (Example: `jitsu config set timeout 480000`)
help: This error may be due to network connection problems
[22:04][dan@Unknown-7c-d1-c3-df-52-49:~/Projects/uranium-nodejs(master)]$ jitsu deploy
warn:
warn: Nodejitsu has been acquired by GoDaddy
warn:
warn: Read more at: https://nodejitsu.com/godaddy
warn: Or run: jitsu godaddy
warn:
info: Welcome to Nodejitsu dooburt
info: jitsu v0.15.0, node v0.12.0
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
info: Creating snapshot 0.0.1-29
info: Uploading: [=============== ] 54%error: Error running command deploy
info: jitsu's client request timed out before the server could respond. Please increase your client timeout
help: (Example: `jitsu config set timeout 480000`)
help: This error may be due to network connection problems
[22:09][dan@Unknown-7c-d1-c3-df-52-49:~/Projects/uranium-nodejs(master)]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment