lyledouglass / wowtools

Tool for managing WoW installations and data backups
MIT License
5 stars 0 forks source link

Add redis/sql to server side application to track notifications #55

Closed lyledouglass closed 6 months ago

lyledouglass commented 1 year ago

Describe the solution you'd like Dockerize the server-side app. Create a container with a cron job (or cron to run the container) to execute wowtools_server. Add a redis/sql configuration to flag if a notification for a price alert has been sent. If the notification event occurs, set a value in redis/sql to note that the notification has gone out and not to re notify. Once the event trigger has returned to a non-trigger state, reset the value and allow notifications the next time.

Describe alternatives you've considered N/A

Additional context N/A

lyledouglass commented 6 months ago

Will not implement as logic has been moved to the wowwatcher repo