Is there a way to run code the instant an item releases?

Part of my games functionality is to be able to a have purchase prompt show up as soon as a specified asset goes on-sale. However, I can’t figure out how to do this as firing endless HTTP requests would fail as they would be met with a too many request error after a bit. Is there a way to run code after an asset releases without endless HTTPS requests?