Announcement

Collapse
No announcement yet.

What is the difference between them?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What is the difference between them?

    What is the difference between running a cron job with a service and running only a cron job? Because sometimes when I run it with the service the entity does not work and it does not work.

  • #2
    Long running in any job could happen because of Fatal error. Make this job Pending and run cron.php in terminal

    Comment


    • #3
      I understand. Does the service always work for an entity? What exactly is the purpose of the service?

      Comment


      • #4
        No. Service is not always related to a specific entity type. Any logic you would like to separate you can put into a separate service class.

        Comment

        Working...
        X