@@ -19,4 +19,5 @@ export default [
|
||||
'https://en.liberapay.com/',
|
||||
'https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb',
|
||||
'https://www.vmware.com/products/esxi-and-esx.html',
|
||||
'https://www.ecfr.gov/cgi-bin/text-idx?SID=ad384e1f1e017076f8c0136f322f0a4c&mc=true&node=pt15.2.744&rgn=div5'
|
||||
]
|
||||
|
||||
@@ -32,6 +32,7 @@ async function warmServer() {
|
||||
const redirects = await dog.loadRedirects(pageList)
|
||||
|
||||
statsd.gauge('num_redirects', Object.keys(redirects).length)
|
||||
statsd.gauge('num_page_map', Object.keys(pageMap).length)
|
||||
statsd.gauge('num_page_list', Object.keys(pageList).length)
|
||||
|
||||
if (process.env.NODE_ENV !== 'test') {
|
||||
|
||||
Reference in New Issue
Block a user