mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
3a594ce22e
no issue - When batch insert fails handling should be more granular and aim to retry and insert as many records from the batch as possible. - Added retry logic for failed member's batch inserts. It's a sequential insert for each record in the batch. This implementation was chosen to keep it as simple as possible - Added filtering of "toCreate" records when member fails to insert. We should not try inserting related members_labels/members_stripe_customers/members_stripe_customer_subscriptions records because they would definitely fail insertion without associated member record |
||
---|---|---|
.. | ||
emails | ||
importer | ||
api.js | ||
config.js | ||
content-gating.js | ||
index.js | ||
limit.js | ||
middleware.js | ||
settings.js | ||
stripe-connect.js | ||
utils.js |