[Vtigercrm-developers] what's the purpose of scheduled import?

IT-Solutions4You info at its4you.sk
Thu Aug 30 09:15:50 GMT 2018


This settings works very well for me:

     // Individual batch limit - Specified number of records will be 
imported at one shot and the cycle will repeat till all records are imported
     'importBatchLimit' => '250',
     // Threshold record limit for immediate import. If record count is 
more than this, then the import is scheduled through cron job
     'immediateImportLimit' => '10000',

Matus
ITS4You


Dňa 29. 8. 2018 o 16:30 Conrado Maggi napísal(a):
> Try changing it.
> 
> The limit will depend on the server, the module, how many fields, many 
> related fields has, etc.
> 
> For example, I'm sure you can import 5000 Leads but not 5000 tickets or 
> contacts. This is due to the related fields in Contacts and Tickets.
> 
> You can set your own limits. Keep in mind that when the process timeout, 
> it would break the import and you will need to manually match what has 
> been imported and what not.
> 
> Conrado
> 
> 
> 
> 
> On Wed, Aug 29, 2018 at 12:26 PM Simone Travaglini 
> <simonetravaglini at gmail.com 
> <mailto:simonetravaglini at gmail.com>> wrote:
> 
>     You can set an higher number here:
>     modules/import/models/config.php
>     'immediateimportlimit' => '1000',
> 
>     Il giorno mer 29 ago 2018 alle ore 09:46 lucia digirolamo
>     <l.digirolamo at websonica.net
>     <mailto:l.digirolamo at websonica.net>> ha
>     scritto:
> 
>         I never understood why vtiger automatically schedule imports
>         above 1000
>         records. I find this limit to be too low and besides, should I
>         be the
>         one to decide whether it is best for an import to be scheduled?
>         I hoped
>         this limit would be increased in vtiger 7 but it's still there, so
>         there's must be a valid reason to have this kind of automatic
>         behaviour.
>         Anybody knows why? And if it cannot be removed, is it safe to
>         change the
>         frequency of scheduled import from 15 mins to less (maybe 5 or even
>         every min) ?
> 
>         NOTE: this is not intended as a complain, I'm only trying to
>         understand
>         why things are done this way and if I'm the only one that finds
>         this
>         feature un-helpful
> 
> 
> 
>         _______________________________________________
>         http://www.vtiger.com/
> 
> 
> 
>     -- 
>     Simone Travaglini
>     328 5499846
>     Linkedin: Simone Travaglini
> 
> 
>     Rispetta l'ambiente: non stampare questa mail se non ti è veramente
>     necessario!
>     _______________________________________________
>     http://www.vtiger.com/
> 
> 
> 
> _______________________________________________
> http://www.vtiger.com/
> 




More information about the vtigercrm-developers mailing list