Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 405 Bytes

About

Try to figure out how Celery works. Implement a simple tool with several different background jobs.

Workflow

  • Pick a PDF file with 2 or more pages.
  • Move each page to a separate PDF doc
  • Proccess all the pages (each page is a different PDF document), i.e. add a word or something like this
  • Compile all the pages back into the one PDF file
  • Clear ./tmp directory