I have a code for registerWorker, registerFunction, and registerTrigger.
I can run 2 instances for consume concurrently.
After a while, I stop 1 instance. Then the alive instance will not able to consume.
iii console shows about unable to find the function.
It seems, registerFunction is messed.
Or have alternative practice for having concurrent consume in topic based queue?
I have a code for registerWorker, registerFunction, and registerTrigger.
I can run 2 instances for consume concurrently.
After a while, I stop 1 instance. Then the alive instance will not able to consume.
iii console shows about unable to find the function.
It seems, registerFunction is messed.
Or have alternative practice for having concurrent consume in topic based queue?