Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] Bucket size on SMILA

Hi guys,
we're having some trouble with our SMILA pipeline...
The workflow (PortraitProcessing) reads the output of the FileCrawler as defined in attachment.
We would like to maximise the bucket size in input so we used the parameters:

"parameters": {
        "pipelineRunBulkSize": "20"      },

 "parameters": {
          "bulkLimitTime": "10" }

as we did for an older pipeline.

Unfortunately even if the folder to crawl contains only 4 files, the pipeline receives (almost simultaneously)  2 separate buckets (2 files each).

Is there a way to force smila to build only one bucket with all the files in the directory?
Thanks,
C

Attachment: jobs.json
Description: application/json

Attachment: workers.json
Description: application/json

Attachment: workflows.json
Description: application/json


Back to the top