microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Multi-instance query support #32

Closed kaibocai closed 2 years ago

kaibocai commented 2 years ago

This PR implements logics for supporting multi-instance query (https://github.com/microsoft/durabletask-java/issues/9) This PR includes:

cgillum commented 2 years ago

Looks like there's an issue with the CI - the sidecar doesn't appear to be running correctly. We should look into introducing shorter timeouts to the integration tests so that we don't have to wait a full hour for the CI to fail.

kaibocai commented 2 years ago

Looks like there's an issue with the CI - the sidecar doesn't appear to be running correctly. We should look into introducing shorter timeouts to the integration tests so that we don't have to wait a full hour for the CI to fail.

sorry that I forget to set the default timeout back after local developing, will set it back soon in next commit.

kaibocai commented 2 years ago

once reset resources logics is there, the pipeline should success.

kaibocai commented 2 years ago

I believe once the sidecar image is updated the pipeline should success, as it's what I saw on my local.

cgillum commented 2 years ago

Okay, let me update the sidecar image and retry the CI.

cgillum commented 2 years ago

CI is green after updating the sidecar image 👍🏽