I am sending  some 4500 lines data from Ansible to snow table via uri 
module. however 4100 records updated to snow table rest of the data did not 
updated this job runs around 122 or 123 sec and throw below  error. less 
amount of data is updated properly .

*Status code was -1 and not [200]: Connection failure: connection was 
closed before a valid response was received: ''*

In my code  I have already increased the timeout value- to 500 sec
       url: 
        method: POST
        user: "{{ snow_username }}"
        password: "{{ snow_password }}"
        body: '{"List":{{list_item}}, "Region": X - DEV " }'
        body_format: json
        force_basic_auth: yes
        status_code: 200
        timeout: 500
Please suggest how can resolved this issue asap. 
Appriciate your help in adavance

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/388ee9c3-f95d-42ad-9efc-a5feff13f7cc%40googlegroups.com.

Reply via email to