【发布时间】:2017-09-20 14:26:16
【问题描述】:
当我运行rsconnect::deployApp() 时,该过程照常启动,但在完成应用程序部署之前它失败了。
该应用程序的总大小略低于 1GB。会不会是这个原因?
我坐在公司代理后面,考虑到 504 错误代码,这似乎是一个合理的原因,但我能够上传其他仪表板。
出于同样的原因,我认为该问题与我正在使用的软件包无关,因为我已经使用相同的软件包上传了仪表板。
Uploading bundle for application: 216693...DONE
Deploying bundle: 989255 for application: 216693 ...
Waiting for task: 488988796
building: Processing bundle: 989255
building: Parsing manifest
building: Building image: 987117
building: Fetching packages
building: Installing packages
building: Installing files
building: Pushing image: 987117
################################ Begin Task Log ################################
[2017-09-20T13:47:27.471530928+0000] Installing R package: viridisLite (0.2.0)
* installing to library ‘/usr/local/lib/R/site-library’
* installing *binary* package ‘viridisLite’ ...
* DONE (viridisLite)
TRUNCANTED FOR CLARITY
[2017-09-20T13:47:38.089874978+0000] Installing R package: reshape2 (1.4.2)
* installing to library ‘/usr/local/lib/R/site-library’
* installing *binary* package ‘reshape2’ ...
* DONE (reshape2)
[2017-09-20T13:47:38.310895197+0000] Installing R package: bindrcpp (0.2)
* installing to library ‘/usr/local/lib/R/site-library’
* installing *binary* package ‘bindrcpp’ ..################################# End Task Log #################################
Error: Unhandled Exception: Child Task 488988797 error: Unhandled Exception: Error pushing repository: Received HTTP code 504 while uploading layer: "<html>\r\n<head><title>504 Gateway Time-out</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>504 Gatewa
【问题讨论】: