Skip to content

Files

Latest commit

 

History

History
 
 

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Updating download URLs

Run URL check tool from the root:

python ./tools/check_urls

It will expnd the URL tree and check all the URLs by sending HEAD requests.

The check is done concurrently, but in order to reduce server-sode throttling, there is a random sleep between 1 to 4 seconds for each check.

In the end of the check it will report all the URLs that has some problem. Update the patterns accordingly.

Note that URL checker will not generate new URLs. For instance if there is a new MongoDB version, it won't be checked.

The URLs are collected from:

The last addition is MongoDB version 4.4.6.

Best way to keep track of the new version is to subscribe to MongoDB release alerts.

Result of the URL checking should be reflected on the download patterns and the main README