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
One thing I have been struggling with in implementations where on have a 'catch-all' endpoint witch then distribute like Laravel Cashier does is that sometimes the events are coming in so fast that it looks like a subscription update event is coming in before the create event
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
One thing I have been struggling with in implementations where on have a 'catch-all' endpoint witch then distribute like Laravel Cashier does is that sometimes the events are coming in so fast that it looks like a subscription update event is coming in before the create event
I have updated my logging like this:
and then I can see that the events is coming in the right order but very fast
In this case the update event is coming before the create event can manage to create the new records.
Can this package help in these situations ?
Beta Was this translation helpful? Give feedback.
All reactions