I have developed Azure worker role to do some task. This worker role also configured to auto scale based on a queue. Every thing is working fine.
My Issue is when the worker role is scale down, worker role shuts down before completing the current task. Due to this issue some tasks may partially completed.
Can anybody suggest me a solution for this issue ?
Thank you in advance.