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

Serverless worker - db adapter #221

Open
trompx opened this issue Mar 22, 2023 · 1 comment
Open

Serverless worker - db adapter #221

trompx opened this issue Mar 22, 2023 · 1 comment

Comments

@trompx
Copy link

trompx commented Mar 22, 2023

Hey, thanks for creating conveyor-mq, the code looks super clean.
I'm looking for a job queue that can run on serverless infra (lambda).
I planned to use dynamodb first as redis serverless is quite expensive, do you know if that'd be hard to have some sort of db adapter here we could change the backend (as celery does)?
Also, have you tried implementing the worker with serverless infra or have any recommendation?

@jasrusable
Copy link
Contributor

Hey, thanks for creating conveyor-mq, the code looks super clean.

Hey :) thanks for your kind words.

I'm looking for a job queue that can run on serverless infra (lambda).
I planned to use dynamodb first as redis serverless is quite expensive, do you know if that'd be hard to have some sort of db adapter here we could change the backend (as celery does)?

It shouldn't be too difficult to implement adapters for different backends for Conveyor, although I'm afraid I don't have the time for such work at the moment.

Also, have you tried implementing the worker with serverless infra or have any recommendation?

I have not, I'm afraid I don't have any other recommendations at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants