Looking for advice on handling scheduled tasks in core 2
I have a webapp built using .NET Core 2 that needs to run a task nightly to check information against an API. For example - I need to ping Stripe API nightly to check that every subscribed user's status didn't change, or to verify they have renewed for the next month. I know how to do in PHP land with CRON jobs - but not so much in Azure world. Anyone have any tips of guidance or where to go from there?
0 comments:
Post a Comment