You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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