Merge pull request #445 from annando/new-worker

Support for the new worker class
This commit is contained in:
Hypolite Petovan 2017-11-10 14:49:54 -05:00 committed by GitHub
commit 42eefed6e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -5,6 +5,9 @@
* Version: 0.2
* Author: Michael Vogel <http://pirati.ca/profile/heluecht>
*/
use Friendica\Core\Worker;
require('addon/pumpio/oauth/http.php');
require('addon/pumpio/oauth/oauth_client.php');
require_once('include/enotify.php');
@ -691,8 +694,7 @@ function pumpio_sync(&$a) {
}
function pumpio_cron(&$a,$b) {
//pumpio_sync($a);
proc_run("php","addon/pumpio/pumpio_sync.php");
Worker::add(PRIORITY_MEDIUM,"addon/pumpio/pumpio_sync.php");
}
function pumpio_fetchtimeline(&$a, $uid) {