-
Notifications
You must be signed in to change notification settings - Fork 0
haridsv/celery-alchemy-poc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Proof-Of-Concept for using a database backend with celery via SQLAlchemy. Tested only with SQL Server (on linux using pyodbc/unixODBC/FreeTDS) on linux. The model doesn't work with sqlite. To try, - pull the repo - modify the alchemy_backend.py to use the right connection information - run try_init.py to initialize the database tables - start celeryd (e.g., "PYTHONPATH=. celeryd") - run try_celery.py
About
A POC for using SQLAlchemy instead of Django for persistence
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published