Worried that your query will run forever and overwhelm your DB or make your app or API incredibly slow? Then learn how to add timeouts to PostgreSQL queries.
Tag: timeout
Fire and forget API calls using requests in Python
Learn a simple hack to fire and forget API calls made using the requests library of python. Use this hack when you aren’t concerned with the API response.