mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add debug logs
This commit is contained in:
parent
11cf9f7c28
commit
d2e476a3ea
1 changed files with 1 additions and 0 deletions
|
|
@ -461,6 +461,7 @@ async function fetchContent(req, res) {
|
|||
// mark import failed on the last failed retry
|
||||
const retryCount = req.headers['x-cloudtasks-taskretrycount'];
|
||||
if (retryCount == MAX_RETRY_COUNT) {
|
||||
console.debug('max retry count reached');
|
||||
importStatus = importStatus || 'failed';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue