mirror of
https://github.com/friendica/friendica
synced 2025-05-22 06:24:12 +02:00
Check for bad worker priorities
This commit is contained in:
parent
7e3196776b
commit
dd94fb1242
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