PennyDreadfulMTG / Penny-Dreadful-Tools

A suite of tools for the Penny Dreadful MTGO community
https://pennydreadfulmagic.com
MIT License
41 stars 28 forks source link

Don't clear decksite rotation cache via web, be more direct #13338

Closed bakert closed 1 week ago

bakert commented 1 week ago

Previously this was timing out when we got to later runs. So I made it run in a thread not on user time. Which resulted in it crashing the webserver on local.

Here we block the progress of the rotation script to do this, which is not super pleasing. But we catch all Exception and continue so it should be pretty hard for this to break rotation.

And this way the bot should never be announcing things the site doesn't know yet and other slightly race condition-y stuff.