Closed gchhablani closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.30%. Comparing base (
96968d6
) to head (f2b6141
). Report is 1110 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Scale worker is incorrect, and does not handle the resources/backend attributes gracefully. Removing it from frontend in this PR.
This feature can be re-added once the issues are fixed.
Similarly, start/stop worker is also problematic.
People start workers initially, and then switch to remote eval without stopping the workers. These workers have to be manually shut down which consumes credits, and is impractical.
We have auto-scaling, and these users should never need to start/stop/restart things as long as that script works fine. Also, we are working on auto-deciding the amount of resources to be allocated. Should be added soon, this will handle the scale workers issue.