Problem Cron

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JaimeRA
    Junior Member
    • Feb 2023
    • 2

    Problem Cron

    Hello, I'm hosted in hosting, and I don't know how cron works.

    I created a ticket for them to create the cron and they told me this:
    Hello,

    To perform the task we need the following data:

    Homework time
    task path
    upload task by php
    version of php that you use indicating it in the ticket
    It must be every 12 hours


    Can you help me to know what I have to answer? Thanks!​
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Hi,
    go to : https://demo.eu.espocrm.com/?l=en_GB#ScheduledJob

    there is write the cron job to make.

    you need to go to "yours" host... in : Administration => Scheduled Jobs​
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • JaimeRA
      Junior Member
      • Feb 2023
      • 2

      #3
      apart from
      * * * * * cd /var/www/html; /usr/local/bin/php -f cron.php > /dev/null 2>&1

      anything else?

      Comment

      • item
        Active Community Member
        • Mar 2017
        • 1476

        #4
        Anything else :: no
        your hosting have all info in these line.
        If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

        Comment

        • JaimeRA
          Junior Member
          • Feb 2023
          • 2

          #5
          Ok thanks!!
          I'm go to try!

          Comment

          Working...