Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 286 Bytes

TODO.md

File metadata and controls

9 lines (7 loc) · 286 Bytes

TODO

API

  • Security. Use some kind of authentication for posting the jobs.
  • Route: jobs/get/<id> will get the complete job object from database.
  • Use UUID instead of job_hash

Nice to haves

  • Schedule jobs: post a job but tell the server to execute it at a specific time.