-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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
Labels
No labels