Arquitetura de software distribuído, DevOps e infraestrutura Cloud

Rodrigo Celebrone

Um podcast sobre Carreira, Arquitetura de software distribuído, DevOps, infraestrutura Cloud e humor.

에피소드

  1. 2024. 10. 24.

    Erro 502 (Bad Gateway) - health check

    This podcast discusses error 502 in distributed architectures focusing on health checks. When a client application needs to access a session service to generate user identification records through an API gateway, the API gateway and session service may have implementation limitations that negatively impact the user. If there is no rate limit configuration in the API Gateway, clients can make recursive calls to the session service at high frequency. When the session service is overloaded, it returns a 502 error (Bad Gateway) to the API Gateway, indicating it cannot process the request. This response is then passed to the client. The session service may be overloaded if a large volume of load is generated, for example, 25,000 users pushing data every 10 minutes. To prevent this problem, several practices can be adopted: Configure rate limit in the API Gateway, Control TPS in the session service, Perform health checks in the session service, Scale the session service based on load, Implement error handling and retries in the client (and/or in the Gateway), and Provide appropriate messages to the client during retries. For example, implementing health checks in the session service can help identify failures or bottlenecks, allowing for a quick response, such as redirecting requests to a working replica or triggering a corrective action. During the retry process, providing clear messages to the client about the ongoing attempt and the possibility of success in subsequent attempts can help avoid frustration and improve the user experience. Ensuring system scalability and stability is essential to provide a consistent and reliable experience for end users. The article also mentions that it is important to consider the limitations of the session service's dependencies, such as a database. If the database reaches its connection limit, it will cause problems for the session service.

    12분
  2. 2024. 10. 22.

    Career

    Rodrigo Celebrone's Career Summary Rodrigo Celebrone is an accomplished IT professional with expertise in platform engineering, developer experience, and leadership. His career spans various companies and roles, demonstrating a dedication to continuous learning and skill development. Here is a summary of his career path based on the sources: Early Career and Technical Expertise: While the sources don't explicitly detail Rodrigo's entire career trajectory, they do highlight his strong foundation in .NET development. He has completed courses on various aspects of .NET architecture, mobile development, and related technologies. Shift Towards Platform Engineering and Developer Experience: Rodrigo's career progression showcases a focus on platform engineering and improving the developer experience. Though specifics about his roles at Via Varejo and MadeiraMadeira are not provided, the sources highlight his leadership in these domains. This focus involves understanding and streamlining developer workflows, establishing standards and procedures, and leveraging automation for efficiency. Commitment to Lifelong Learning: Rodrigo demonstrates a strong commitment to continued learning. He has earned numerous certifications across diverse areas like Agile methodologies (Lean IT, Scrum, Kanban), DevOps, leadership, and product management. He also actively pursues knowledge in emerging fields like AI and Generative AI. Consulting and Training: In addition to his corporate roles, Rodrigo offers IT consulting and corporate training services. This suggests his desire to share his expertise and help organizations optimize their technological practices. Overall, Rodrigo's career highlights a blend of technical expertise, leadership skills, and a passion for facilitating efficient and productive development environments. His focus on platform engineering and developer experience, coupled with his ongoing pursuit of knowledge, positions him as a valuable asset in today's dynamic IT landscape.

    11분

소개

Um podcast sobre Carreira, Arquitetura de software distribuído, DevOps, infraestrutura Cloud e humor.