I need to call a stored procedure that takes a lot to complete (around 6min) and it does not return anything. It could be called in a async way that it would not matter.
Having said that, can I just use the timeout field to give it a short value (one second) being sure that in the DB, the SP will complete even if my Process model completes?Cheers
Discussion posts and replies are publicly visible
Create a separate async process that calls the SP, then use a!startProcess() to fire-and-forget