Marcin Copik
Marcin Copik
When running any of the services, they allow to let the port be selected by OS, but they don't change it afterwards and distribute the incorrect default value from the...
The executor manager should deny requests that go above a certain number of cores - currently, the limit is not respected (we forgot?).
We need a custom system to execute integration and system tests without mocking. - [ ] Add device configuration (#1) - [ ] Add user-based configuration of testing endpoints -...
We should automatically generate docs from the code. - [ ] Add documentation generator - [ ] Integrate with CMake - [ ] Integrate with CI - [ ] Add...
Currently, we support OpenWhisk, and we plan to add support for Fission and Knative. For OpenWhisk, we have documentation for deploying it on Kind locally. In practice, SeBS users might...
Currently, we use Minio deployment on open-source platforms like OpenWhisk. While this works well for local deployments, users also want to deploy Kubernetes-based FaaS platforms to the cloud. There, we...
Hi! On my system, the build configuration could not detect MPI installation automatically: ```bash /usr/bin/mpic++ --showme g++ -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi_cxx -lmpi ``` Thus, I inspected the provided config...
### Describe the bug I wrote a client that uses the Lambda component to invoke functions asynchronously. I created my own callback, and it seemed to work pretty well. However,...
AWS implementation is based on IDs provided by SQS. These are relatively large values, which causes compatibility issues in ZooKeeper's Java client as they no longer fit into a 32-bit...