You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the health status of all the tools (more than 2000) are checked by sequentially executing web requests to the tool URL's, this takes a long time to complete. It can be significantly sped up if we make use of parallelized execution, this would also enable us to run the cron job more frequently.
Something like aiohttp could be used for this purpose.
The text was updated successfully, but these errors were encountered:
Currently, the health status of all the tools (more than 2000) are checked by sequentially executing web requests to the tool URL's, this takes a long time to complete. It can be significantly sped up if we make use of parallelized execution, this would also enable us to run the cron job more frequently.
Something like aiohttp could be used for this purpose.
The text was updated successfully, but these errors were encountered: