RunOnstartup = true is working fine but not when it is false
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I am converting HTML to pdf using NReco in azure functions. It used to work properly but when I deployed in another slot I am getting below error.
--Assembly reference changes detected. Restarting host... --Environment shutdown has been triggered. Stopping host and signaling shutdown. -- completed successfully -- Function completed (Success, Id=d5042f25-18d9-489a-81fe-05ae07607012, Duration=10921ms) --Executed 'AzureBillFunc' (Succeeded, Id=d5042f25-18d9-489a-81fe-05ae07607012) -- The host started (12276ms) -- A ScriptHost error has occurred --Microsoft.Azure.WebJobs.Host: Cannot access a disposed of object. Stopping Host
can I know what's happening in the above steps?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.