Skip to content

gisce/autoworker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoWorker

https://travis-ci.org/gisce/autoworker.svg?branch=master

Spawn RQ Workers automatically

from autoworker import AutoWorker
aw = AutoWorker(queue='high', max_procs=6)
aw.work()

Note: From v0.4.0 failed jobs doesn't go to the failed queue. If you want to enqueue to failed queue you should call AutoWorker as following

aw = AutoWorker(queue='high', max_procs=6, skip_failed=False)

About

Spawn RQ Workers automatically

Topics

Resources

Stars

11 stars

Watchers

15 watching

Forks

Packages

 
 
 

Contributors

Languages