Replies: 1 comment
-
|
Hey basically this is in the pipeline.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Title: Feature Request: Provide an
apalis-serverfor standalone deployment (Faktory-like mode)Description
First of all, thanks for building Apalis — it’s a great library for background job processing in Rust.
Currently, Apalis works very well as an embedded library, but in some use cases it would be very helpful to have a standalone server mode, similar to how [Faktory](https://github.com/contribsys/faktory) works.
With a standalone
apalis-server, developers could:Motivation
Proposed solution
Introduce a new crate/binary, e.g.
apalis-server.This binary would:
Keep Apalis as a library for applications that prefer direct integration.
This way, Apalis can cover both use cases: embedded mode and server mode.
Inspiration
The model of Faktory is a good reference:
Additional context
This would make Apalis not just a Rust job processing library, but a general-purpose job queue system that could be adopted across language ecosystems.
Beta Was this translation helpful? Give feedback.
All reactions