DevOps Challenge to evaluate basic Ops skills - Click here to go the challenge manifest
- Have a Redis instance in local
- Create a
.env
file and setSECRET_KEY=
to a value. This secret should not leak! - To run the code:
# Coded with node v16
npm install
# Push jobs to a queue
npm run schedule
# process jobs in a queue
npm run process
- BullQ for Redis Queue
- Prom-client for metrics