Skip to content

gaochunzy/cobweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobweb

a distributed task execution system

  • easy to dispatch task script and autoreload

  • multi-thread task running

  • support task parameter router

      import Cobweb.Modules
      
      freq = 3
      dictString = "ThankYouForChoosingMoreTV"
      indexUrl = "http://127.0.0.1:8080/cobweb/index"
      downloadUrl = "http://127.0.0.1:8080/cobweb/download/"
      
      Tasks = Cobweb.Modules.Tasks(freq, dictString, indexUrl, downloadUrl)
      Tasks.start()
    

About

Distributed task execution system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published