mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add debugging logs
This commit is contained in:
parent
dff2376df3
commit
2576aa0f2a
1 changed files with 1 additions and 3 deletions
|
|
@ -134,6 +134,7 @@ export const exporter = Sentry.GCPFunction.wrapHttpFunction(
|
|||
console.log('exporting items...', {
|
||||
userId: claims.uid,
|
||||
total: items.length,
|
||||
hasMore,
|
||||
})
|
||||
const synced = await client.export(claims.token, items)
|
||||
if (!synced) {
|
||||
|
|
@ -165,9 +166,6 @@ export const exporter = Sentry.GCPFunction.wrapHttpFunction(
|
|||
})
|
||||
return res.status(400).send('Failed to update integration')
|
||||
}
|
||||
|
||||
// avoid rate limiting
|
||||
await wait(500)
|
||||
}
|
||||
|
||||
console.log('done')
|
||||
|
|
|
|||
Loading…
Reference in a new issue