scalecube / spinless

0 stars 1 forks source link

app_name is not set #82

Open segabriel opened 4 years ago

segabriel commented 4 years ago
[2020-09-30 08:18:21,270] INFO in log_api: {"id": "66d49e3e-02f3-11eb-8d59-02eb43d27c1a", "status": "ERROR", "timestamp": 1601453901270, "message": "failed to create resource. Reason setup_storage() missing 1 required positional argument: 'app_name'"}

And this new property is not set here https://github.com/scalecube/spinless/blob/develop/app/infra/cluster_service.py#L115 and it's required there https://github.com/scalecube/spinless/blob/develop/app/common/kube_api.py#L173