Skip to content

Instantly share code, notes, and snippets.

@briandfoy
Created May 27, 2020 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briandfoy/83fdb672e0809f724c7242a80515fbc3 to your computer and use it in GitHub Desktop.
Save briandfoy/83fdb672e0809f724c7242a80515fbc3 to your computer and use it in GitHub Desktop.
Ideas for a Minion book

Minion draft outline

  • Introduction

  • Setup

    • SQLite
    • Postgres
    • dashboard
    • enqueue a job, run a task
    • one Minion to bind them all
    • stats
  • Doing a job

    • did it work?
  • Choosing a job

    • notes
    • priority
    • queue
  • Rate / Concurreny Limiting

    • locks - in time
    • guard - number active
  • Priorities

  • Retrying

  • Parent jobs - job chain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment