You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a sync command that will sync data for customers, subscriptions and orders. This would need to use the list api endpoints from Lemon Squeezy and then dispatch individual jobs which will fetch the object to sync them from the Lemon Squeezy API so we'd save the correct data at the point in time the job is run. Otherwise we might run into data integrity issues when webhooks come in. It's important to note to the user that they'd need a queue to run this.
The text was updated successfully, but these errors were encountered:
Add a sync command that will sync data for customers, subscriptions and orders. This would need to use the list api endpoints from Lemon Squeezy and then dispatch individual jobs which will fetch the object to sync them from the Lemon Squeezy API so we'd save the correct data at the point in time the job is run. Otherwise we might run into data integrity issues when webhooks come in. It's important to note to the user that they'd need a queue to run this.
The text was updated successfully, but these errors were encountered: