Bulk Import Service Scheduling for every 5 mins | Community
Skip to main content
March 2, 2023
Solved

Bulk Import Service Scheduling for every 5 mins

  • March 2, 2023
  • 1 reply
  • 710 views

Hi,
  We are trying to use the bulk import service and we want to schedule this every 10 mins. Currently this can be scheduled only to this specific time that is provided OOTB. Is there a way we can some how tweet this configurations?

We have also read that this will import around 20K assets/hour. So we would like to import less assets. As per our requirement we need to import the assets not less than 5 mins to AEM.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

Hi @mahaboobsyed1,

Technically you should be able to modify Schedule Job popup overlaying and changing following js file:

/libs/dam/gui/coral/components/admin/bulkimport/clientlibs/js/actions.js you can find method with signature createTypeRadios that defines list of available options.

There is also other aspect you have to take into account, even if you will add new option to the popup, it does not mean it will work fully correctly. It's because the solution has been designed to support some specific options in terms of scheduling bulk upload operation.

1 reply

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
March 3, 2023

Hi @mahaboobsyed1,

Technically you should be able to modify Schedule Job popup overlaying and changing following js file:

/libs/dam/gui/coral/components/admin/bulkimport/clientlibs/js/actions.js you can find method with signature createTypeRadios that defines list of available options.

There is also other aspect you have to take into account, even if you will add new option to the popup, it does not mean it will work fully correctly. It's because the solution has been designed to support some specific options in terms of scheduling bulk upload operation.