juftin / camply

camply, the campsite finder ⛺️ - a tool to find campsites at sold out campgrounds through sites like recreation.gov
https://juftin.com/camply/
MIT License
464 stars 89 forks source link

πŸ› persistent error notifications #349

Closed juftin closed 2 months ago

juftin commented 2 months ago

There is an issue where an improperly set up camply config in a constantly restarting docker container sends notifications all day. In the case of pushover, a process sent ~4,500 notifications today (and I believe they're error messages). This PR only emits the "last gasp" error notification if the search has run at least once.

It also replaces the built-in Pushover token - which resolves an issue for the month of May where the token limit is reached.

juftin commented 2 months ago

Relates to #348

juftin commented 2 months ago

:tada: This PR is included in version 0.32.7 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: