python / psf-salt

PSF infrastructure configuration
MIT License
108 stars 57 forks source link

Can the build_docs.py cron be started hourly? #320

Closed JulienPalard closed 8 months ago

JulienPalard commented 8 months ago

The build_docs.py script has changed a lot:

So starting it hourly would keep fast-changing doc fresher, while using less CPU than the old "let's rebuild everything everyday" approach.

Technically starting it minutely would work too, but it would flood the logs and it would be started hundreds of times in a row just to git fetch and do nothing (if nothing changed).

Feel like hourly is a good compromise.