Skip to content

sand8080/taskserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

taskserver

Simple server for ditributed tasks processing. Works over http. Realized operations:

  • get_task
  • receive_task
  • stat
  • reload_tasks

For getting task operation just open http://localhost:11233/get_task.
Task is json serialized dict in format {'name': str, 'content': str}.
Result of task processing is json serialized dict in format {'name': str, 'content': str, 'result': str}.
Usage sample is in taskserver.client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages