Dear all:
I use http_post module in frontend. It runs smoothly.
Now I want to trigger http_post module periodically.
I create a background job. But when the job runs, http_post raise exception "communication error".
I don't know what different between frontend and background job. Why I can only run http_post in frontend but fail in background job
Thank you