OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions How do I change cron email body sync execution time ?

This topic contains 2 replies, has 2 voices, and was last updated by  Matej 5 years, 8 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #29720

    Matej
    Participant

    Hi,

    We would like to convert email to cases more often. From my analysis I realized that oro:cron:email-body-snyc is responsabile for this and it runs every 30th minute.

    SEE IMAGE -> https://imgur.com/a/r7lB0Nq

    Where can I set this cron to start every minute.

    Thank you.

    • This topic was modified 5 years, 8 months ago by  Matej.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #29722

    Andrey Yatsenko
    Moderator

    The simplest way will be decorating the command \Oro\Bundle\EmailBundle\Command\Cron\EmailBodySyncCommand and replacing getDefaultDefinition method implementation.

    After applying changes run below command to sync definitions with the database:
    app/console oro:cron:definitions:load --env=prod

    #29723

    Matej
    Participant

    Thank you.

    It seems that it did the job …

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – How do I? Questions’ is closed to new topics and replies.

Back to top