summaryrefslogtreecommitdiff
path: root/examples/misc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed OverflowError on WindowsAlex Grönholm2014-05-281-1/+3
| | | | Instruct users to use Ctrl+Break on Windows rather than Ctrl+C
* Switched the order of the "func" and "trigger" parameters around in add_job()Alex Grönholm2014-04-061-1/+1
| | | | Added the possibility to run jobs directly without scheduling
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-1/+1
|
* Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ↵Alex Grönholm2014-03-091-0/+16
in the process