Skip to content

Conversation

@PeakPy
Copy link

@PeakPy PeakPy commented Feb 12, 2026

This PR adds documentation to clarify how ARQ is used as the background worker in this project and what teams should consider for production use.

Changes:

  • Add a "Background jobs & ARQ" section to README.md:
    • Explain that ARQ is the default async worker built on Redis.
    • Note that ARQ is currently in maintenance mode rather than active feature development.
    • Describe when ARQ is a good fit (lightweight, Redis-based, fully async).
    • Mention that teams with heavy background-processing needs may want to plan a migration or swap ARQ for another worker behind the same abstractions.
    • Link to the existing background tasks guide.

Rationale:

Tests:

  • Docs-only change; no code behavior modified.

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.

1 participant