appengine-pipelines icon indicating copy to clipboard operation
appengine-pipelines copied to clipboard

makeViewerUrl

Results 35 appengine-pipelines issues
Sort by recently updated
recently updated
newest added

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...

enhancement
Java
Python

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()

enhancement
Java

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...

enhancement
Java

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.

enhancement
Java