Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 582 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 582 Bytes

Remazing DevOps Challenge

DevOps Challenge to evaluate basic Ops skills - Click here to go the challenge manifest

Getting started

  1. Have a Redis instance in local
  2. Create a .env file and set SECRET_KEY= to a value. This secret should not leak!
  3. 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

Main packages