jibbr icon indicating copy to clipboard operation
jibbr copied to clipboard

Use a Scheduling library to schedule background tasks

Open andrewtobin opened this issue 13 years ago • 1 comments

Use something like http://quartznet.sourceforge.net/ to schedule the background polling of the data fetchers.

andrewtobin avatar Jan 09 '12 10:01 andrewtobin

Suggested API for extensions here: https://github.com/Code52/jibbr/blob/master/Jabbot.CommandSprockets/IAnnounce.cs

Simple scheduler for testing console-based bot: https://github.com/Code52/jibbr/blob/master/Jabbot.ConsoleBotHost/Scheduler.cs

shiftkey avatar Jan 10 '12 12:01 shiftkey