Skip to content

binarymatt/django-pyres

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

django pyres provides a way to run workers via the django manage.py command.

Motivation

Several people have asked how to interact with the django orm from within pyres jobs. By running the workers through the manage command, you don't have to mess around with setting variables in the os.environ object.

Changes

0.1.4 - added ability for jobs to send exceptions to sentry 0.1.3 - database connections should only be cleaned up when the queue is being used. 0.1.2 - cleaned up the decorators so database connections are closed at the end of a job.

About

Django interface to pyres

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%