I have migrated my function app to Isolated Worker Model which was In-Process model preiously. Also the .NET version has been upgraded from 6.0 to 8.0.
My functionality after migration is working fine but getting below error log-
Singleton lock renewal failed for blob '{functionName}/host' with error code 409: LeaseIdMismatchWithLeaseOperation. The last successful renewal completed at 2024-07-07T16:34:05.308Z (21241 milliseconds ago) with a duration of 4 milliseconds. The lease period was 15000 milliseconds.
Can someone please help me with the same.