Closed chrisstherock closed 7 years ago
Great suggestion. Updated PowerShell PS1 with "-skiplog" to suppress Event Log. Updated the download release.
https://github.com/spjeff/spbestwarmup/commit/3bdc8138f1037a478a77fa7d7da05550e8daf483
Each service application behaves differently and while it may give HTTP 500 for warm up other well formatted traffic can benefit from having IIS load the needed DLL be and more ready for requests. For simplicity, all Service Applications here are loaded the same way.
Thank you very much for this quick implementation but I think there is something wrong:
Typo, missing $ prefix on variable. Please try now.
It's working now. now the script won't throw log entry. The SP Server prompt some events because of the failed requests. But that can only be fixed by excluding those SA from the warmup or fixing the problems if it's possible.
Example entry:
Hi,
I am in the same boat then chrisstherock. I also get red eventlog entries for not being able to warm up specific SAs. Not nice for monitoring the eventlog for errors.
Would it be possible to define exclusions?
Best, Thomas
Please test the latest version 2.4.5.
Added parameter "-ssa" or "-skipserviceapps" to avoid warm up of Service Application Endpoint URLs.
Hello everyone,
By running the script it will generate some 404, 400 und 500 HTTP Errors with Service Applications. In many cases the SA are woking fine and futher investigations are mostly not needfull. Therefore my questions:
My test instance: Single Server SP 2013 installed with AutoSP Installer
Now I am interested in your thoughts and experiences.
Best regards Christian
P.S.: Thank you very much for this outrageous product maintenance over the last time. I really enjoy watching this project evolving. Keep up the good work!