Skip to content

rollbar/rollbar-celery-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollbar-celery-example

A small example showing how to use Rollbar to catch and report exceptions from Celery workers

How to use

  1. Install redis-server

  2. Install package requirements

pip install -r requirements.txt
  1. Run the worker:
celery -A tasks worker --loglevel=info
  1. Run send_job.py:
python send_job.py

About

Example app using Rollbar with Celery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages