I have a cron job That has a patch record step that successfully updates the records status to "processing". Then I initiate an API call and if that API call is successful, the second patch request will update the same column to "ready". The response I get from the function stack shows this working and shows a "ready" value in the status column. But when I take a look at the actual database, the "ready" value isn't there and just the first patch request "processing" is there. Why is this happening?
Status still reads "processing"