Bartlomiej Plotka
Bartlomiej Plotka
Hey, Sorry for the spam, but I just noticed this cool project. 🤗 Just want to let you know that we started a new open-source initiative to make proto a...
- getS, getD should return Result. Inside catch all exceptions. - Simplify use of the SerenityConfig class
Using libprocess we could improve our components and consider them as seperate actor. As a result each component can work in parallel.
The initial idea was to make this pipeline flexible and fast. Let's try to introduce parallel way to run pipeline. Proposed ideas: 1. Libprocess based parallelism (each component is an...
Our throttled BE tasks can still interfere with LC PR task because they still can be scheduled for a short while by Linux Scheduler. They could create ctx switching and...
We should design how serenity filters will behave in case of any error during pipeline flow. Some definitions: _Continuing_ pipeline -> run _produce()_ and pass some form of ResourceUsage further....
E.g Start Serenity with conservative policies to more liberal one when no one is affected.