Skip to main content

Cron jobs for controller task

Comments

3 comments

  • JaredR.
    This is actually a question about the data wget retrieves, not cron itself. "Length: unspecified [text/html]" means that there is no length specified in the header sent back from the server that hosts the URL you are loading with wget. It is common for dynamically-generated pages - like the index.php script you are loading - to not return a size in their headers. I did a Google search for the message and I found this in the search results. It indicates that you can pass the --server-response argument to wget to see the headers that wget receives:
    0
  • Yachha
    Hi, We are running a classified website, it's domain.com and have implemented multiple cron and is working fine. The cron command looks like wget -O /dev/null domain.com/mytestlinklinkforcron
    0
  • cPanelMichael
    We are running a classified website, it's domain.com and have implemented multiple cron and is working fine.

    Hello :) Could you elaborate on the specific issue you are facing if it's working as expected? Thank you.
    0

Please sign in to leave a comment.