internetstandards / Internet.nl

Internet standards compliance test suite
https://internet.nl
164 stars 36 forks source link

Move batch loads to slow worker #1420

Open aequitas opened 1 month ago

aequitas commented 1 month ago

To solve memory issues on batch installations:

baknu commented 1 month ago

Two remarks:

aequitas commented 1 month ago

PR https://github.com/internetstandards/Internet.nl/pull/1426 moves batch_slow to slow worker and reduces concurrency on that worker.

Memory for both the normal and slow worker can be configured already in local.env by overriding the WORKER_MEMORY_LIMIT and WORKER_SLOW_MEMORY_LIMIT respectively.