refactor: Extract processor job into separate background jobs
This commit is contained in:
@@ -33,7 +33,6 @@ export default {
|
||||
async run($: IGlobalVariable) {
|
||||
return await searchTweets($, {
|
||||
searchTerm: $.step.parameters.searchTerm as string,
|
||||
lastInternalId: $.flow.lastInternalId,
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user