Skip to content

pass outcome of asynchronous API task to the client #3854

@vladak

Description

@vladak

The asynchronous API introduced via #3853 uses Runnable which does not allow failure detection. Callable/Future should be used and the result (mostly pending exceptions) propagated to the client - both in the form of response status and payload.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions