How to Make API Calls at Prescheduled Timestamps Based on a SQL Table in Python?
Context I have a table in an SQL database looking like this. The goal is to call an api endpoint with the Item id, at the scheduled time, to get the price of the item at that point (the prices are volatile, hence the timestamp is important). Technology Stack Python 3.8 Ubuntu Polars and SQL […]