Page MenuHomePhabricator

jobs-api: significant resources request/limit differences vs. webservice-cli
Closed, ResolvedPublic

Description

For memory, both jobs-api and webservice-cli halve the request relative to the limit above a floor (floor value differs)
i.e for webservice if limit is 64Mi or lower, request = limit. if limit is more than 64Mi, request is limit/2.
same can be said for jobs-api, except the floor differs (64Mi vs 512Mi).
This is not neccessarily a problem, but worth thinking about.

for cpu, webservice-cli has the same requests = limit/2 above a floor thing, but for jobs-api, the halving thing is never done.

There is a need to spend some minutes deciding if we should do anything here or leave as it is currently.

Event Timeline

Decision:

  • this is a bit concerning, but we can ignore it until it becomes a bottleneck
Raymond_Ndibe claimed this task.
Raymond_Ndibe moved this task from Backlog to Done on the tools-platform-team board.