Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
clever-background-tasks
Advanced tools
This CleverStack Module provides the ability to run multiple background processes that can run "Tasks", this free's the event loop up inside the http workers to respond to web requests while processing can take place in the background.
See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide
Simply add the following config to your /config/local.json (or into your global.json for all environments, or in whatever environment you are using). See https://github.com/CleverStack/clever-background-tasks/wiki/Configuration
grunt prompt:cleverBackgroundTasksConfig
can be used to generate your config for any environment you wantgrunt prompt:addBackgroundTask
can be used to add/edit tasks inside your config{
"clever-background-tasks": {
"enabled" : true,
"interval": 2500,
"tasks":[
{ "name": "ExampleTask", "parallel": true }
],
"driver": "redis",
"redis": {
"host": "localhost",
"port": "11211"
}
}
}
clever install clever-background-tasks
and follow the promptsclever serve
to start your application.grunt prompt:cleverBackgroundTasksConfig
and fill in your configuration options.grunt prompt:addBackgroundTask
to add any tasks to your running configuration.grunt server
to start your application.See our LICENSE
FAQs
Background processing for the CleverStack Framework
The npm package clever-background-tasks receives a total of 10 weekly downloads. As such, clever-background-tasks popularity was classified as not popular.
We found that clever-background-tasks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.