Skip to content

Add documentation for DisableBackgroundServices configuration option#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-documentation-for-pr-413
Draft

Add documentation for DisableBackgroundServices configuration option#1
Copilot wants to merge 2 commits intomainfrom
copilot/add-documentation-for-pr-413

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 27, 2025

Documents the DisableBackgroundServices() feature from Arcenox-co/TickerQ#413, which enables queue-only mode for scenarios where job processing is handled by separate worker instances.

Changes

  • New page: docs/api-reference/configuration/core-configuration/background-services.md
    • Method signature and usage
    • Queue-only mode behavior
    • Use cases: API-only servers, microservices, testing
    • Dispatcher/scheduler behavior when disabled
  • Updated: Core configuration index pages and sidebar navigation

Usage

builder.Services.AddTickerQ<TTimeTicker, TCronTicker>(options =>
{
    // Queue jobs without processing - let worker nodes handle execution
    options.DisableBackgroundServices();
});

Screenshot

Background Services Documentation

Original prompt

Create a new branch
Then work on adding information to the documentation about the changes in this PR:

Arcenox-co/TickerQ#413


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: SpaceOgre <381657+SpaceOgre@users.noreply.github.com>
Copilot AI changed the title [WIP] Add documentation for changes in PR 413 Add documentation for DisableBackgroundServices configuration option Nov 27, 2025
Copilot AI requested a review from SpaceOgre November 27, 2025 22:52
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