mirror of
https://github.com/friendica/friendica
synced 2025-05-21 17:04:12 +02:00
Merge pull request #9638 from annando/bad-priority
Check for bad worker priorities
This commit is contained in:
commit
9c0342b907
5 changed files with 15 additions and 6 deletions
|
@ -623,7 +623,7 @@ class Feed
|
|||
'taglist' => $taglist, 'attachments' => $attachments];
|
||||
}
|
||||
} else {
|
||||
Logger::info('Post already crated or exists in the delayed posts queue', ['uid' => $item['uid'], 'uri' => $item["uri"]]);
|
||||
Logger::info('Post already created or exists in the delayed posts queue', ['uid' => $item['uid'], 'uri' => $item["uri"]]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue