Hi Filip and RemyOften, if my HTTP request needs to get a database connection and the connection pool is empty, the request will block for some period of time. The problem is that the blocking request will consume a thread while it it blocking.
How can I free up the request thread when the DB pool can be block?Can I set a event retry timeout and get back the request thread without an error?
regards peter