Updated to version 3 of the apscheduler library. multiprocessing should work now but some objects are not serializable so it does not. i will fix that some day.

This commit is contained in:
Johannes Findeisen 2015-06-23 01:25:15 +02:00
commit 40cb6c8d35
8 changed files with 41 additions and 25 deletions

View file

@ -12,7 +12,7 @@
}
},
"periods": {
"fast": { "seconds": 60 },
"fast": { "seconds": 15 },
"medium": { "seconds": 120 },
"slow": { "seconds": 480 }
},