I’m running a transaction on the BSC testnet with an autotask. average response time 5 - 20 sec
Environment
- BSC Testnet
- Call from region Asia (Singapore)
Code to reproduce
Actions list on Autotasks (about gasless)
- Condition if check request.body
- Condition if check jwt
- Connect Relayer
- Validate request (method
verify
) on the minimalForwarder contract - Check error transaction before real execute (by using
callStatic
methodexecute
for contract minimalForwarder) - Relayer call
execute
contract minimalForwarder
Questions❓
- Does Defender appear to be running in the AWS Lambda region us-west-2?
- Do you have a configuration zone region, or are you self-hosted?
Any advice on how to reduce response time or get around?