Skip to content

Implement Outbox Cleaner #101

@robpackwood

Description

@robpackwood

Right now, there is no implementation for the periodic outbox cleaner. It simply logs a message like so:

async Task RunCleaner()
{
    _logger.Debug("Checking outbox storage for messages to be deleted");
}

This request is to implement the cleaner. Perhaps add a configuration option for the Outbox functionality such as:

EnableOutboxCleaner
OutboxCleanerIntervalInSeconds (currently hardcoded to run every 120 seconds)

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