Sylvain
Sylvain
Hello, I am currently in the process of creating a python based REST api. I wrote an openapi 3.0 interface that reference an external json-schema file using $ref: 'test.json' (openapiref)[https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#schemaObject]...
Hello, Using aiohttp_apiset together with a yaml-based specs file with __openapi: "3.0.0"__, my code looks like this: ``` opmap = create_default_operation_mapping(Path(BASE / SPEC_FILE)) router = SwaggerRouter( swagger_ui='/apidoc/', version_ui=3, search_dirs=[BASE], default_validate=True,...
**Describe the issue**: After upgrading dask[distributed] from 2023.3.x to the latest 2023.5.0 I detected in my tests that the behavior of task resources changed. In my system one can start...
**Describe the bug** A clear and concise description of what the bug is. I use hadolint via a bash script that runs hadolint in a docker container and it is...
Using the docker image __pvw-visualizer-osmesa-master__ located at [repo](https://hub.docker.com/r/kitware/paraviewweb/tags/) I could successfuly start a Visualizer session. After loading a rectilinear grid dataset (in vtk format), I created a slice viewer. -...
## What do these changes do? After [the changes that stopped using docker node drain ](https://github.com/ITISFoundation/osparc-simcore/pull/5340) a new issue arose: container IPs are not properly returned to the docker swarm....
## What do these changes do? This PR adds a delay (```EC2_INSTANCES_TIME_BEFORE_DRAINING```) before draining active nodes (e.g. EC2 in the cluster that are available to run services) so that in...
If the dynamic-sidecar of a service is restarted while running on an autoscaled node there are high chances that the node will be drained and terminated during that process. Here...