mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
Update Stripe concurrency in members importer
no issue - There were many failed import records due to rate-limit errors. With concurrency of 9 imports go through with 100% success - Would need to verify these limits with live API to make the most of it
This commit is contained in:
parent
78b4dff656
commit
d2fbe327e4
@ -205,7 +205,7 @@ const doImport = async ({membersBatch: members, allLabelModels, importSetLabels,
|
||||
await deleteMemberKnex(stripeMember.id);
|
||||
}
|
||||
}, {
|
||||
concurrency: 10
|
||||
concurrency: 9
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user