Skip to content

Hystrix Command should be cancellable #220

@panterose

Description

@panterose

At the moment, if you call .queue() on a command and get a future, you cannot call the cancel() method and abort its execution. This is true for the current 1.3.XX version (it seems to work if you don't use the cache for some reason) but also in the upcoming 1.4 version.

I can supply a reduced code sample if needed, but it's very easy to reproduced. It's an issue for me as we have some long running command.

We also have the case where we encapsulate child command inside main command, ideally the cancel() should be cascading.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions