Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide module for 3rd party tool Celery #73079

Open
data-matt opened this issue Nov 23, 2021 · 1 comment
Open

Provide module for 3rd party tool Celery #73079

data-matt opened this issue Nov 23, 2021 · 1 comment
Labels
A-tools-sqlalchemy C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@data-matt
Copy link

data-matt commented Nov 23, 2021

Is your feature request related to a problem? Please describe.
Hi, one of our customers is asking if we have plans to integrate with Celery the Distributed Task Queue.

Currently celery provides an route to use Cockroachdb as a results backend, it is via SQLAlchemy
https://docs.celeryproject.org/en/3.1/getting-started/brokers/sqlalchemy.html

For more details, please see:
https://github.com/celery/celery

Describe the solution you'd like
Create a module for cockroachdb

Describe alternatives you've considered
Use SQLalchemy as a backend.

gz#10569

Jira issue: CRDB-11412

@data-matt data-matt added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-tools-sqlalchemy labels Nov 23, 2021
@kernfeld-cockroach
Copy link
Contributor

For the time being I suggest using the SQLAlchemy backend since CockroachDB is already compatible with SQLAlchemy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tools-sqlalchemy C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

2 participants