HullSeals / HalpyBOT

The Hull Seals IRC Utility bot, built with Pydle
GNU General Public License v3.0
7 stars 3 forks source link

Timed Task Implementation #143

Closed Rixxan closed 1 year ago

Rixxan commented 2 years ago

!146 implemented the ability to support timed tasks. These are tasks that we want to schedule to run every (x) minutes, and multiple different length loops can be established.

We should implement these tasks and subdivide the things to be done in each task.

Rixxan commented 2 years ago

We could consider resurrecting #95 or #11 in parts at a later date with this framework.