Anyway to increase response time for DB adapter?
Summary
Anyway to increase response time for DB adapter?Content
We have built an integration where if the DB does not respond, we want to invoke a RESTful connection that would call messaging queue integration - does this work? Our idea is that it should but we face a situation where we only have 240/300 seconds for the DB to respond or else the whole operation fails. Can we increase this time so that we can allow the REST connection to call another integration?
I attached two images to depict what we are doing
if FAILS we map it and call a REST connection to a messaging queue
1