We have a lot of script at Wikia. About 6k lines of code of Python. Most of them
are usually run in loops like this:
for app_directory in app_directories:
script()
This can take a lot of time, especially that some of the scripts use Selenium
and we have