#Yetzederixx - invoicing approach

1 messages · Page 1 of 1 (latest)

grizzled trench
#

Hello. One moment while I catch up

hallow trench
#

No rush

mellow leaf
#

catching up here, give me a moment

#

ok caught up so

#

I'd recommend making your requests serial. i.e. each POSTS or GETS should only proceed if the previous one is complete

however, some processing happens out of band so a lock on the Customer could still be held while your request is trying to grab the lock.

so I recommend spacing your requests out a bit more while making them completely serial as well

hallow trench
#

They definitely are serial which is why I chose python over node, that and I hate node

mellow leaf
#

you can still make operations serial over node too

#

but that's a side point