tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

Adds a redis reliable queue implementation #133

Closed ZeWaka closed 1 year ago

ZeWaka commented 1 year ago

fixes #129

Instead of just having a redis pub/sub model, this lets us (goonstation at least) use redis as a reliable event queue. Basically, we want to shit tons of our event logging and stuff to redis to eventually be consumed by our api and fancy~ management bits.

image

AffectedArc07 commented 1 year ago

This is giving me ideas of cool things to do.

I could refactor the entire server join queue system with this, hmmmmmmmmm.

optimumtact commented 1 year ago

this is drafted, why?