Tuanhdotnettuanhnet.hashnode.dev·Dec 17, 2024Methods to Optimize Database Queries Using Query Hints in Spring Data JPASource: Methods to Optimize Database Queries Using Query Hints in Spring Data JPA 1. Understanding Query Hints in Spring Data JPA Query Hints are a mechanism in JPA that allows developers to provide hints to the underlying JPA provider about h...hibernate
Tuanhdotnettuanhnet.hashnode.dev·Nov 29, 2024Mastering Connection Timeouts in Microservices: Techniques and Best PracticesSource: Mastering Connection Timeouts in Microservices: Techniques and Best Practices 1. Understanding Connection Timeouts Connection timeouts determine how long a service should wait for a connection to be established before considering it as...Java
Yash Raj Srivastavyashsrivastav.hashnode.dev·Nov 6, 2024The Tale of Async, Timeouts, and Why I Almost Gave Up on Java 🤦♂️Introduction: The Simple Dream of Async 🛌💭 Ah, the sweet promise of @Async. Just slap this annotation on your method, and boom! Now you’ve got tasks running in the background. The main thread is free, happily managing other tasks while the backgrou...Springboot
Kartik Gargkartikkodes.hashnode.dev·Sep 30, 2024Mastering Contexts in Go: Managing Concurrency with EaseConcurrency is one of Go’s most powerful features, and at the heart of effective concurrency management lies the context package. Whether you're handling web requests, database interactions, or other time-sensitive tasks, contexts allow you to manage...59 readsGo Language
Erman İmerermanimer.hashnode.dev·Aug 23, 2024Go HTTP Server TimeoutsA few days ago, I was looking into an idle timeout error reported by a client using one of our APIs. To better understand HTTP server timeouts, I wrote some server and client code for testing, which I'd like to share with you. This might help others ...167 readsGo Language
Thomas Brennetotblog.brennetot.com·Mar 4, 2024Devise logout after 1 day or 30 minutes inactiveThe gem Devise is great for authentication for Rails applications. https://github.com/heartcombo/devise For some sensitive application, you want to logout the user aggressively. For example: a banking app. You want users to re-login if inactive for m...login-timeout
Melvin C Varghese (melvincv)melvincv.hashnode.dev·Jul 25, 2023Buffers and Timeouts in NGINXIntroduction In the world of web servers and content delivery, Nginx has emerged as one of the most popular and efficient solutions. One of the key features that make Nginx stand out is its powerful buffering capabilities. In this article, we will ex...Configuring NGINXnginx
Akshay Suresh Thekkathblog.akshaythekkath.com·May 1, 2023Implementing API Timeouts and Retries in PythonAPI Timeouts: Why should we implement timeouts? When developing a backend system, it is likely that you will need to integrate it with other internal backend systems or third-party APIs. Suppose that the Orders API needs to access information from th...945 readsPython
Jean-Mark Wrightjaywhy13.hashnode.dev·Feb 9, 2023Cascading failures and the impossibility of scheduling team lunchesIntroduction In this article, I'm going to talk about the impact of cascading failures on a system and how we can mitigate the impact using timeouts, retries and circuit breakers. When a failure happens in one of your systems or components, you don't...1.5K readsReliability
Rakesh Darged365cliffsnotes.com·Aug 19, 2022How to Increase Default Time-out limit for Dual-write SessionsProblem statement: The issue of time-outs for dual-write sessions has been noticed in a couple of scenarios. Analysis: A default time-out of two minutes is not adequate for Dual-write sessions. Solution: Prerequisites: Dual-write core solution (Ancho...3 likes·798 readsdynamics365fo