Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
foundry-kue-scheduler
Advanced tools
Simple wrapper for kue/kue-scheduler that hooks it up with node-config and provides logical separation between job creation and job processing
foundry-kue-scheduler provides a light-weight wrapper around kue designed with engineering best practices in mind. You must explicitly request permission to create jobs or process jobs separately (as opposed to having direct access to Queue which lets you do both). It works with Node config out of the box giving you flexibility to configure your Redis connection. It only returns a job after it's successfully created and uses a Promise interface using Bluebird Promise implementation. You can schedule jobs with an 'every' config param set, which mimics a cron interval scheduling string. Info.
Install Docker! https://docs.docker.com/engine/installation/
Build the docker image
npm run docker:build
If you're using an IDE, I recommend setting NODE_CONFIG_DIR to src/config.
If you want to run tests on your local machine instead of Docker, you should create src/config/default.json with Redis connection locally:
{
"queue": {
"redis": {
"host": "192.168.99.100",
"port": "6379",
"db": 5
}
}
}
The official tests should be run using
npm test
FAQs
Simple wrapper for kue/kue-scheduler that hooks it up with node-config and provides logical separation between job creation and job processing
The npm package foundry-kue-scheduler receives a total of 2 weekly downloads. As such, foundry-kue-scheduler popularity was classified as not popular.
We found that foundry-kue-scheduler 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.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.