Dylan

Results 9 comments of Dylan

Is there a specific library that you want to use with this? Or whatever works?

Redis is for caching data that's pulled from the database often. Even if implemented in Redis, it would still need some place to store the information for long term/persistent storage....

It would be easier to implement a way to create overflow categories that new tickets automatically go into. Creating a queue system would not only be harder to implement, but...

I believe I caught everywhere that this needed to be updated in code, but feel free to let me know if you think of any other places. My knowledge of...

I agree the cardinality isn't great, I just wanted to populate the database with initial data. I added `=eval` commands that would take the existing patron information (based on roles)...

I can add a toggle for it so that it's opt-in

If it was a premium feature, then the messages would not be lost since they would/could have advanced logging enabled. I agree with your point that lost messages aren't a...

It's not done, nor is it in a state where it works (although it doesn't crash anymore). Don't spend too much time looking through it, but if you could answer...

Okay we love hacky. I also wasn't sure on feasibility, but if the redis caching happened at the twilight stage, would that make this more maintainable? Since you have complete...