Skip to content

Commit 3fd9c31

Browse files
committed
Change path to job executor
1 parent 7872fe9 commit 3fd9c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/RemoteJobs/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function submitRemoteJob(ins, outs, context, cb) {
6060
}
6161

6262
// "submit" job (start the handler process)
63-
var proc = spawn(cmd, ['../../../hyperflow-job-executor/handler.js', context.taskId, context.redis_url], {shell: true});
63+
var proc = spawn(cmd, ['../../../hyperflow-job-executor/jobexec.js', context.taskId, context.redis_url], {shell: true});
6464

6565
proc.stderr.on('data', function(data) {
6666
logger.debug(data.toString());

0 commit comments

Comments
 (0)