Charan
03/14/2024, 8:29 AMbattk
03/14/2024, 2:27 PMbattk
03/14/2024, 2:31 PMbattk
03/14/2024, 2:32 PMCharan
03/14/2024, 2:35 PMbattk
03/14/2024, 2:40 PMbattk
03/14/2024, 2:40 PMCharan
03/14/2024, 2:53 PMbattk
03/14/2024, 3:01 PMbattk
03/14/2024, 3:02 PMCharan
03/14/2024, 3:03 PMerictgrubaugh
03/14/2024, 4:52 PMgetInputData
, then that stage is doing way too much work. Based on your description, it sounds like potentially the getInputData
should just be retrieving the list of Custom Records to process, the map
stage should retrieve and convert the CSV file, then the reduce
stage should process the JSON. That would split up the workload.