Forum Discussion
amit_kohli
Jun 30, 2024Copper Contributor
Web Job with Queue Trigger Aborting Abnormally without any reason
It is noticed that Web job(having Queue trigger) deployed on App Service plan p1v2 is aborting abnormally without reason.
Checked code as well and nothing wrong is appeared.
Please suggest if any one encountered such issue.
Thanks,
5 Replies
Sort By
- AkhileshKhodayCopper Contributor
Verify below steps:
- You can try Restarting the Function App
- Verify App Settings
- Verify Queue Name is correct on the function
- Make sure remote debugging is off
- Check if function is getting triggered by checking the Logs
- Delete the function app and redeploy.
- amitkohli1705Copper ContributorAlready tired these all but no luck.. 😞
- amitkohli1705Copper Contributor
- amitkohlicognizantcCopper ContributorNo log coming anywhere. Also configured below settings..
SCM_COMMAND_IDLE_TIMEOUT
WEBJOBS_IDLE_TIMEOUT
Please suggest