Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Outbox Cleaner #101

Open
robpackwood opened this issue May 11, 2023 · 1 comment
Open

Implement Outbox Cleaner #101

robpackwood opened this issue May 11, 2023 · 1 comment

Comments

@robpackwood
Copy link

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)

@robpackwood
Copy link
Author

Potential implementation as well as options (pseudocode with comments) are in the commit on the 'outbox-cleaner' feature branch here:
https://github.com/D63H/Rebus.SqlServer/tree/outbox-cleaner

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

No branches or pull requests

1 participant