Can if and else block be executed on same time in a scheduled job
So we have a scheduled job that runs daily and upload the attachments records of one table to AWS, in that job we have put a condition in if block that if the response code from server is 200 then we upload the file to AWS and we have a custom table ...