J Josue Gatica Odato

Latest Updates

Documenting code, one commit at a time.

Building a Responsive Worker Pool: Dynamic Scaling and Task-Driven Shutdowns

Ever wondered how to keep your task processing lean, only using resources exactly when and where they're needed? In the SDyPP-G3 project, our focus is on building robust and scalable distributed systems. A common challenge in such environments is efficiently managing computational resources, especially when dealing with asynchronous tasks. We recently tackled this by implementing a dynamic worker pool manager that intelligently scales and manages worker lifecycles.

The Challenge: Static vs.

Read more