Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
node-bigstream
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bs
node-bigstream
Commits
df63983f
Commit
df63983f
authored
Dec 21, 2016
by
project
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
e206f20f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
perform.js
plugins/dt/dt-noop/perform.js
+1
-1
playjob.js
test/playjob.js
+0
-1
No files found.
plugins/dt/dt-noop/perform.js
View file @
df63983f
...
...
@@ -15,7 +15,7 @@ function perform_function(context,request,response){
// memstore.getItem('lasttransaction',function(err,value){
// response.success(value);
// });
data
=
data
.
a
.
b
+
"--DT--"
;
//
data = data.a.b + "--DT--";
response
.
success
(
data
,
output_type
);
//response.reject();
...
...
test/playjob.js
View file @
df63983f
...
...
@@ -50,7 +50,6 @@ if(jobcfg.trigger && jobcfg.trigger.type == 'cron' && ONTRIGGER)
var
j
=
schedule
.
scheduleJob
(
cron
,
function
(){
run_job
(
jobcfg
);
});
}
else
{
run_job
(
jobcfg
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment