Well, it has been running on an hourly cron for 48 hours on an hourly cron that has thusfar indexed 10,000 pages of 72,000+ expected product pages because it stops after every 15-35 minutes.
My server is not complaining.
Are their any logs to be seen other than the server error log which shows thousands of 406 errors for unrelated domains.
I'm also piping the cron output to a file which looks somthing like this and makes an entry for each hour
Resuming the last session (last updated: 2020-10-20 11:38:01)
12329 | 0 | 1,560,112.4 | 4:25:26 | 0:00:00 | 4 | 41,360.7 Kb | 11702 | 6937 | 41360
12333 | 7805 | 1,560,596.1 | 4:25:31 | 2:48:02 | 4 | 43,147.2 Kb | 11706 | 6940 | 43147
12340 | 7798 | 1,561,472.8 | 4:25:35 | 2:47:50 | 4 | 43,168.3 Kb | 11713 | 6944 | 43168
12344 | 7794 | 1,561,966.0 | 4:25:40 | 2:47:44 | 4 | 43,164.7 Kb | 11717 | 6945 | 43164
Can you suggest a stratgey:
I want to run the generator every day of the week during certain hours to minmize the server impact so it ends on a certain day . OR make it run fast enought to run to completion on the day before I want the new sitemap
The reason is my products are very dynamic on a weekly basis HUNDREDS and HUNDREDS of add/delete/modify
I am using robots.txt, does the delay set in that impact the sitemap generator? It us currently set to 10
In your app it is set to 1
I'm litteraly flying blind here w/o any useful logs on progress or problems.