jwendl / functions-simulator

An IoT Device Simulator using Azure Functions and Event Grid
4 stars 1 forks source link

Need a way to stop Send Event Consumer #2

Open jwendl opened 6 years ago

jwendl commented 6 years ago

Right now Send Event Consumer just takes messages off of Event Grid and does it's delay and puts it right back on the Event Grid. If we just stop the function app for Send Event Consumer if it starts back up before Event Grid "dead-letters" those messages they will get sent out.

As of now there isn't a way to clear an event grid subscription.