How to use the teraslice.makeExecutionRunner function in teraslice

To help you get started, we’ve selected a few teraslice examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github terascope / teraslice / packages / teraslice-worker / lib / execution-context / execution-runner.js View on Github external
constructor(context, executionContext) {
        this._runner = makeExecutionRunner(context, {
            execution: executionContext.job,
            processAssignment: executionContext.assignment,
        });

        this._assets = new Assets(context, executionContext);
        this._logger = makeLogger(context, executionContext, 'execution_runner');
        this._assignment = executionContext.assignment;

        Object.assign(this, executionContext);

        this.config = executionContext.job;
        this.queue = [];
        this.reader = null;
        this.slicer = null;
        this.reporter = null;
        this.queueLength = 10000;

teraslice

Distributed computing platform for processing JSON data

Apache-2.0
Latest version published 4 days ago

Package Health Score

70 / 100
Full package analysis

Similar packages