Skip to content

Async::Job vs SolidQueue #9

Description

@adenta

Hey Sam,

Figured it would be good for the community to have some discussion on when to use Async::Job and when to use SolidQueue.

Do you agree Async::Job is something you use in Paralell to SolidQueue?

SolidQueue: Persistant, handles server restarts, durable. Usefule for CPU bound background data processing
Async::Job: Fiber friendly, useful for LLM jobs but does not gracefully handle idemptentcy and server restarts

Let me know if I'm missing anything, love your work as always.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions