06-26-2018 11:40 AM
Hi,
I have a ultra task. The ultra task receive HTTP request and take query string as parameter and process it afterwards. Very simple.
The problem I found is that, If I only call the Ultra url once, the request will automatically be spawned to additional 4 times. Meaning that If i call the ultra task once, the task run 5 times in total.
I don’t know why and seems like a bug to me. I know ultra has retry mechanism when requests fails in the middle, but in my case, all requests run successfully.
Does anyone have the same issue?
02-22-2022 05:20 AM
Hi @walkerline117 ,
In Ultra , If the request is taking more than 1 mins …it will be retried automatically from Feedmaster queue. Its the current design of SL .
If your request is taking more than 1 mins , better convert it to trigger .
Regards ,
Arumugam Chellappa