I am developing a online RTS game server, some event a base by time,
example: a buff grant Max HP for 30 seconds, spawn army ever 30 seconds...
I plan to use a timer to manage it, but Twisted are event-driven, how to put
this timer in reactor's loop?