I am doing a HTTP request to request a job that will do something internally, when this job finishes I want to know if it succesfully finished.
Should I wait for the job to finish before getting a response and check whether I got a 2XX or 3XX?
Or should I make the job send a seperate request back while I wait.
The job might take 30sec to 5 minutes.