Skip to content

txRDQ (Resizable Dispatch Queue) provides a Twisted class for a controllable priority queue for running jobs.

License

Notifications You must be signed in to change notification settings

mwilliams3/txrdq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txRDQ (Resizable Dispatch Queue) provides a Twisted class for a
controllable priority queue for running jobs. You can obtain the contents
of the queue and the dispatched pool while running.  Jobs can be canceled
or reprioritized.  The size of the underway job pool can be changed
dynamically.  Job dispatch can be paused and resumed. The queue can be
stopped gracefully, returning jobs that had not yet been dispatched.

See http://blogs.fluidinfo.com/terry/2011/06/27/a-resizable-dispatch-queue-for-twisted/ for some more detail.

About

txRDQ (Resizable Dispatch Queue) provides a Twisted class for a controllable priority queue for running jobs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%