Question: How to Speed up Idle Import?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • tobias
    replied
    Our php settings read as follows:

    Code:
    max_execution_time = 0
    max_input_time = 0
    memory_limit = 256M
    post_max_size = 50M
    upload_max_filesize = 50M
    But anyway, I was just curious to figure out if there's any interval (no) and if you use any batch sizes (you apparently go one by one). So thanks for the insights and support.

    Leave a comment:


  • tanya
    replied
    There is no ajax timeout https://github.com/espocrm/espocrm/b.../step2.js#L428
    check php.ini max_execution_time value

    Leave a comment:


  • tobias
    replied
    Since we stopped trying to import without idle mode, I'm afraid I cannot provide you with an answer regarding the timeouts.

    But as I said, import in idle mode succeeded (see screenshot), but took a couple of hours.

    So let me ask again, what is the interval and batch size (i.e., number of records) for the import in idle mode?

    Leave a comment:


  • yuri
    replied
    Find your import job (failed or Running) in Administraiton > Scheduled Jobs > Jobs.

    How much time it takes before timeout. What kind of timeout happens? Is it php timeout or job timeout handled by espocrm?

    Leave a comment:


  • tobias
    replied
    Our app runs in Azure, where we have set up a Webjob that executes /cron.php continuously, find a screenshot attached. Other scheduled job run smoothly, find another screenshot attached. So what is the interval and batch size (i.e., number of records) for the import in idle mode?

    Leave a comment:


  • tanya
    replied
    in idle mode import works not longer that online, but depends on crontab. How often do you run crontab? Are other scheduled jobs work well?

    Leave a comment:


  • tobias
    started a topic Question: How to Speed up Idle Import?

    Question: How to Speed up Idle Import?

    We try to import a list of 28k e-mail addresses as Contacts. However, this either fails due to timeouts or takes forever in idle mode.

    How can we speed up the import in idle mode?
Working...