almostengr / light-show-extender

Application that allows visitors to the light show website to request songs. In addition, displaying temperature, current song, and other information about the show on the website.
https://thealmostengineer.com/projects/light-show-extender
MIT License
0 stars 1 forks source link

Separate call in case of failure #32

Closed almostengr closed 3 years ago

almostengr commented 3 years ago

Call to FPP service could fail, resulting in tweet not being sent at all. This should not be the case as the calendar defined dates should always work as they are not depending on getting dates and times from another service.

https://github.com/almostengr/falconpitwitter/blob/2c8a2f02290811ff483ad8ab585ddf5f0d27d7f3/Almostengr.FalconPiTwitter/Workers/CountdownWorker.cs#L46