quarkiverse / quarkus-ironjacamar

IronJacamar is an implementation of the Jakarta Connector Architecture specification
https://docs.quarkiverse.io/quarkus-ironjacamar/dev/index.html
Apache License 2.0
4 stars 2 forks source link

Introduce `quarkus.ironjacamar.max-worker-execute-time` #109

Closed gastaldi closed 6 months ago

gastaldi commented 6 months ago

This allows defining the maximum wait time for a worker, useful when a ResourceAdapter takes longer than usual to start.

gastaldi commented 6 months ago

@vondacho can you give it a try if this helps in your case?