vitalseeds / vs-data-api

Fast API endpoints to expose vs-data actions for to run from Filemaker
MIT License
0 stars 0 forks source link

Batch upload logging #60

Closed tombola closed 6 months ago

tombola commented 6 months ago

If batch upload logging fails (eg when coerced large pack SKU to integer) then does not mark not awaiting upload, so runs twice.

Test for this sort of thing and maybe encapsulate logging and try catch it?

tombola commented 6 months ago

The example error is fixed by #61 and improvements to logging tracked here #6.

Also error catching in general hopefully resolved by #25.