Is your feature request related to a problem? Please describe.
Persistent errors with big orders queue and tons of events in short time, some orders (especially those that are created already paid) are not being properly exported, this commit will help but we may need a fallback solution.
Describe the solution you'd like
Successful order exports should be saved to local Firestore database such as done with imported ones here;
Is your feature request related to a problem? Please describe. Persistent errors with big orders queue and tons of events in short time, some orders (especially those that are created already paid) are not being properly exported, this commit will help but we may need a fallback solution.
Describe the solution you'd like
paid
financial status updated on current day;Describe alternatives you've considered Refactor adding parsing all events to Pub/Sub and queuing properly (painful).
Additional context N/A