Closed datakurre closed 2 years ago
Closed as invalid.
I had already forgotten that this feature had issues when run with maven with mn:run.
Hi @datakurre ,
thanks for reporting and closing this issue.
It shows that you're still using the integration project 😀
Thanks for maintaining!
That said, I might re-open this in the future, once I have more time to investigate.
The behavior that I'm seeing (on 2.8.1) and right now: It does keep worker waiting for asyncResponseTimeout, but also returns the locked tasks only after asyncResponseTimeout, when it should return them as soon as they have been released. :sweat_smile:
I need to confirm this with a minimal application and different version later next week...
At some point,
asyncResponseTimeout
has stopped having effect. It was previously fixed for https://github.com/camunda-community-hub/micronaut-camunda-platform-7/issues/353Now, with micronaut 3.6.1 and micronaut-camunda-bpm-feature 2.9.0, it is no longer possible to long poll external tasks:
demo.zip