appengine-pipelines
appengine-pipelines copied to clipboard
makeViewerUrl
Because the UI attempts to load all the information needed to display the outline in a single http request, and AppEngine caps data returned to 32MB if the info required...
Right now the threshold for using a Fanout task to write tasks to the task queue is 0. This makes no sense. See AppEngineBackEnd.transactionallySaveAll()
Currently pipeline triggers a taskqueue request many more times than it really needs. E.g. creating a child job with N immediate values and 1 future value will trigger N taskqueue...
Currently there is no way to fail an asynchronous job. The promise has to be filled with a value that indicates a failure. This is not ideal.