oakestra / oakestra-net

Networking component of Oakestra
Apache License 2.0
5 stars 7 forks source link

cluster worker interest can return none #133

Closed giobart closed 11 months ago

giobart commented 11 months ago

Short

This function https://github.com/oakestra/oakestra-net/blob/2969cde2ecabd10564de5400f933760ea044eff4/cluster-service-manager/service-manager/interfaces/mongodb_requests.py#L159-L167

Return None if an invalid job name is given. It should return empty list

Solution

Return empty list as default

Status

solved

Checklist