mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 12:22:23 +02:00
Few github high cpu load fixes (#6865)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -971,6 +971,10 @@ export class PullRequestSyncManager extends IssueSyncManagerBase implements DocS
|
||||
return { needSync: githubSyncVersion }
|
||||
}
|
||||
|
||||
if (info.repository == null) {
|
||||
return { needSync: githubSyncVersion }
|
||||
}
|
||||
|
||||
const pullRequestExternal = info.external as unknown as PullRequestExternalData
|
||||
|
||||
if (info.externalVersion !== githubExternalSyncVersion) {
|
||||
|
||||
Reference in New Issue
Block a user