I am using pull queues and I lease tasks from the queues in one of my backends .
The problem is that after leasing the tasks , the task dont execute on there on , I suppose I need to iterate the list List and execute each of my task
I dont know how to execute or call run method using TaskHandle reference I get
Please help me in same
But we managed to execute tasks , we just had to deserialize them in traditional java way into proper class and it worked , thanks 🙂
Just that is it 🙂