Skip to content

drolx/thalia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thalia

An easy-to-use python background job scheduler, with templated approach to creating long running background tasks.

Goals for project

  • Add log library
  • Add a standard data defined HTTP library
  • Bind CLI params to titan command package
  • Add jobs import/queue to titan
  • Retrieve job execution infos from config
  • Allow for job specific configs
  • Add job modes for single and daemon execution.
  • Implement job timer/cron schedule
  • Add config handler and lib with non-blocking startup
  • Create easy file handling library for local and remote
  • Include a data assist library
  • Add some type checking
  • Expand exception handling