mozilla / translations

The code, training pipeline, and models that power Firefox Translations
https://mozilla.github.io/translations/
Mozilla Public License 2.0
154 stars 33 forks source link

switch to generic worker for all tasks #710

Open bhearsum opened 4 months ago

bhearsum commented 4 months ago

docker-worker is deprecated, and causes us numerous issues, eg: #582, lack of memory monitoring, and others.

We need to switch to generic-worker for all tasks.

Some (but maybe not all) things we need to sort out before we can do this are: