Question 1
I have an ASP.NET Core micro service fetching the order status from the order table in SQL Server 2016. I want this micro service to be run every 5 minutes to check for new orders. We have an apigee API gateway but I don't think we can schedule any micro service in the apigee gateway(I am new to API gateway).
How can I schedule a micro service to run every x minutes?
Question 2
Can we host a .NET micro service in Autosys?