rotationalio / radish

A stateless asynchronous task queue and handler framework
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Implements a simple radish cli program #10

Closed bbengfort closed 4 years ago

bbengfort commented 4 years ago

Questions:

  1. Why is UUID returned from enqueue as base64 encoded, can we do better?
  2. How do we specify params better, do we take it from stdin, or parse data formats?
  3. Should we print a better status message?
  4. Should we have different status/scale outputs (json, yaml, etc)?
  5. Should we print a better scale messagE?

Fixes #3