Skip to content

curl execution timeout issue  #32

@pavan2540

Description

@pavan2540

$get_url = "neo4j_sync/actions.php/coursecluster_includes_course/";
$res = $this->curl->simple_get($get_url, false, array(
CURLOPT_USERAGENT => true,
CURLOPT_TIMEOUT => 0,
CURLOPT_RETURNTRANSFER => true
));

if u see above curl call CURLOPT_TIMEOUT is set to 0 , but im still getting time execution exceeds 300 seceonds error
and even i added " ini_set('max_execution_time', 0); " on top of the code but still facing same issue .. i'm not able to resolve this problem ... please help me out

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions