-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
Describe the bug
The property quarkus.vertx.max-worker-execute-time
is not recognized by the quarkus application.
Expected behavior
I would expect to see a the configuted value as time limit in the logs of the quarkus application.
Actual behavior
Still getting the warning with the default (?) value of 60000ms.
2019-11-04 15:13:56,641 WARNING [io.ver.cor.imp.BlockedThreadChecker] (vertx-blocked-thread-checker) Thread Thread[vert.x-worker-thread-5,5,main]=Thread[vert.x-worker-thread-5,5,main] has been blocked for 78245 ms, time limit is 60000 ms:
To Reproduce
Steps to reproduce the behavior:
- build a 'standard app'
- add the mentioned property
- try to run in a timeout
Configuration
# Add your application.properties here, if applicable.
#quarkus.vertx.max-worker-execute-time=100
quarkus.vertx.max-worker-execute-time=100s
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~18.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
quarkus: 0.27.0
Additional context
(Add any other context about the problem here.)