[messaging] remove partial sync retry and fix missing datasource error (#4371)

* [messaging] remove partial sync retry and fix missing datasource error

* revert

* fix

* add 429

* fix

* fix

* fix

* remove duplicate log

* fix cron pattern
This commit is contained in:
Weiko
2024-03-08 14:06:21 +01:00
committed by GitHub
parent d2e2e50d8a
commit 250bb6134e
5 changed files with 35 additions and 12 deletions
@@ -56,9 +56,6 @@ export class GmailPartialSyncCommand extends CommandRunner {
workspaceId,
connectedAccountId: connectedAccount.id,
},
{
retryLimit: 2,
},
);
}
}