6 Commits

Author SHA1 Message Date
de41cb1392 Adhere to FHS 3.0 and use daemon under /run. 2020-09-03 19:32:31 +00:00
d6cbcbba0c Correct axis label for renderd_queue_time munin graph 2013-08-29 22:00:00 +01:00
dc8d5e06d4 Set min value of 0 for munin graph render time spent by 2013-08-29 00:35:39 -06:00
b2d4993807 Use Stack in the munin graph of queue_time 2013-08-29 00:34:06 -06:00
1b4c56d8ed Add another priority level (RenderLow) to accommodate rerenders after style changes
In addition to Render and RenderPrio, add another priority level of RenderLow.

The idea is that if you rerender all tiles by touching planet-import-complete and
thereby likely overloading the server's rendering capacity you want to prioritize rerendering
of tiles that were explicitly marked dirty due to data changes over rerendering
due to planet-import-complete updates.

This is achieved by splitting rendering requests by if they are "old", or "very old".
As the tile expiry sets back the modification date many years, mod_tile splits
rendering requests based on how old the tiles are. If they are no more than a
certain threshold (currently set to one year) old, they are rendered with lower priority.
2013-08-10 23:05:28 -06:00
df9be038a6 Add a munin graph to display the time spent rendering in each queue
This is useful to determine how many resources are used to render missing tiles
and how many to keep things up-to-date
2013-08-04 08:51:26 -06:00