Flowchart and Timer stuff only working after every full minute, is cron involved?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ednt
    Member
    • May 2022
    • 48

    #1

    Flowchart and Timer stuff only working after every full minute, is cron involved?

    Hi,

    I get a new record via API from our web shop.
    So I start a Flowchart after record created.
    The problem is that the API event is generated by a hook in the web shop when the buy button is pressed.
    Unfortunately the 'order' is not in the system at this time. It needs 2-3 seconds.
    So I added an 'Timer Intermediate Event (catching)' with a delay of plus 3 seconds.
    But it looks like these 3 seconds are added after a full minute and not suddenly.
    Later I send an e-mail which is also send at a full minute.
    This results in a maximum delay of 2 minutes before the customer get the awaited informations.
    Is there a way to avoid this wait times?

    Best regards
  • yuri
    Member
    • Mar 2014
    • 9094

    #2
    Yes. It's handled by cron.

    You can configure a daemon instead.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...