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

chore: attempt to integrate loco with apalis #1091

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

geofmureithi
Copy link

This PR attempts to combine apalis and loco for background processing.
The current attempt is for sqlite but it should be easy to apply it to other backends.

Open to a discussion.

This PR attempts to combine apalis and loco for background processing.
The current attempt is for sqlite but it should be easy to apply it to other backends.
@jondot
Copy link
Contributor

jondot commented Dec 18, 2024

Hi!
This looks interesting and may reduce the amount of custom code we have.
How would it look like if we expand to the other providers such as redis and postgres?
If we can keep the same abstraction in Loco, that could be an easy win

@geofmureithi
Copy link
Author

geofmureithi commented Dec 18, 2024

How would it look like if we expand to the other providers such as redis and postgres?

They are all based on the same Storage trait, meaning it should be similar and straight forward.

@jondot
Copy link
Contributor

jondot commented Dec 19, 2024

yes this looks good
lets go for it 🚀

FYI we also built this: https://github.com/loco-rs/admin-jobs so feel free to take a look there as well

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

Successfully merging this pull request may close these issues.

2 participants