perf: Remove saving Parse Cloud Job request parameters in internal collection _JobStatus (#8343)
This commit is contained in:
@@ -76,7 +76,7 @@ export class FunctionsRouter extends PromiseRouter {
|
||||
message: jobHandler.setMessage.bind(jobHandler),
|
||||
};
|
||||
|
||||
return jobHandler.setRunning(jobName, params).then(jobStatus => {
|
||||
return jobHandler.setRunning(jobName).then(jobStatus => {
|
||||
request.jobId = jobStatus.objectId;
|
||||
// run the function async
|
||||
process.nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user