Marwan
06/26/2022, 6:55 PMid
action
json_body
status
error
and one RESTlet to receive everything, that will just save the requests to that record.
Then, with a scheduled script, we loop over them, and call the RESTlets with the JSON bodies.
What do you think?battk
06/26/2022, 6:59 PMMarwan
06/26/2022, 7:00 PMbattk
06/26/2022, 7:00 PMbattk
06/26/2022, 7:02 PMMarwan
06/26/2022, 7:02 PMKevin
06/27/2022, 3:18 AMShawn Talbert
06/27/2022, 2:49 PMMarwan
06/27/2022, 2:52 PMConcurrency costThe client already uses a fixed number of workers to send the requests.
RESTlet GovernanceI will use map/reduce as battk said, or you mean there is a limit on the number of requests it can receive, even within the concurrency limit?
time of creation and MR processing timeNot sure what do you mean... the requests will take time to get processed yes, it is a necessary tradeoff I guess.
Marwan
06/27/2022, 2:53 PMMarwan
06/27/2022, 2:53 PMKevin
06/27/2022, 3:29 PMMarwan
06/27/2022, 3:34 PMKevin
06/27/2022, 3:35 PMShawn Talbert
06/27/2022, 4:45 PMShawn Talbert
06/27/2022, 4:47 PMMarwan
06/27/2022, 4:48 PM