2014-10-09 UTC
# danlyke iccio: I insert into a table for "statusupdates", and then record numbers from that table into "update_facebook", "update_twitter", "update_flutterby" etc., along with a timestamp and a delay factor. I then have a queue runner that runs every 5 minutes and attempts to push those various updates out, deleting the records from the update_* table as those posts succeed.