Hi,
I have created an SSIS package which runs an async HttpClient call to an API.
This works fine while running the package from Visual Studio, but once I deploy the package and try to run it with an SQL Server Agent it finishes in about two seconds and reports success. The job should take 1-2 minutes before completion, so clearly something isnt completed. It seems the job finishes immediatly after running the API call.
Does anyone have any ideas on how to solve this?