We are using a custom command in DW10 admin to trigger a API call from a action menu.
This works fine, but sometimes there is an API call that takes a while, and it looks like the command throws an exception like this:
"One or more errors occured. (A task was cenceled.).
We see that the actual API call was completed just fine, no errors, but it looks like there is some kind of timeout that throws an expection like this?
Can we control the timeout on each call, or what would be the best way to handle scenarios like this?