I have a Shiny App (Interactive Document) deployed to shinyapps.io that has worked fine until now. After a minor update to the code, when I try to publish I am now getting a HTTP 599: Timeout error. The app appears on shinyapps.io flagged as "Undeployed". Publishing under a new name did not help. Here is the verbose deploy log:
...
[2018-03-26T00:50:20.178259556+0000] Copying file packrat/desc/geosphere
[2018-03-26T00:50:20.180903283+0000] Copying file packrat/desc/stringi
GET /v1/tasks/?filter=account_id:102456&filter=parent_id:516078380&count=100&offset=0 829ms
################################# End Task Log #################################
----- Deployment error -----
Error: Unhandled Exception: Child Task 516078380 error: Unhandled Exception: HTTP 599: Timeout
----- Error stack trace -----
3: stop(status$error, call. = FALSE)
2: client$waitForTask(taskId, quiet)
1: rsconnect::deployApp(appDir = "~/Projects/Pasture_Potential/bopsoil",
appFileManifest = "C:/Users/WOODWA~1/AppData/Local/Temp/7e0d-7903-b5ac-c3d6",
appPrimaryDoc = "pasture9.rmd", appSourceDoc = "~/Projects/Pasture_Potential/bopsoil/pasture9.rmd",
account = "woodward-dairynz", server = "shinyapps.io", appName = "pasture9",
appId = 307875, launch.browser = function(url) {
message("Deployment completed: ", url)
}, lint = FALSE, metadata = list(asMultiple = FALSE, asStatic = FALSE),
logLevel = "verbose")
Error: Unhandled Exception: Child Task 516078380 error: Unhandled Exception: HTTP 599: Timeout
Execution halted