Hi,
I have a function that listen to any create event in another collection then grab the data and add it to another collection
The first collection: POS_ORDERS The second collection: ORDERS_PAYMENT_RECORDS
the function event listen to any create in the POS_ORDERS collection then executes, grabbing the data in the document and creating a payment record in the second Collection (ORDERS_PAYMENT_RECORDS) with read permission to the POS userId and the creator of the document userId only.
My question if 2 POS's creates document in the same time same second, does that cause a problem with the function, like creating only one record or missing something??
I'm using dart as runtime for the function.
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...