-
Notifications
You must be signed in to change notification settings - Fork 1
Scavenging
As Fleet Manager avoids deleting data in most cases (e.g. when you hide queues/machines, archive failed messages, etc), Fleet Manager will periodically reclaim storage space by scavenging various areas of the application in the background.
In other words: Most things DO end up being deleted, only after starying soft-deleted for a period of time, within which it's usually possible (although not always super-easy) to undelete them.
This page puts a few words on the soft-delete strategy for different things.
Alerts (the entries from the "Active Alerts" screen) are not deleted for now. They probably will be in the future.
Alert rules are never deleted, they're just made invisible when you click the X. If you've accidentally "deleted" an alerty rule, please get in touch and then we'll bring it back.
Queues hidden from the application are deleted after having stayed hidden for one month.
Machines hidden from the application are deleted after having stayed hidden for one month.
Failed messages moved to the archive are deleted after having stayed there for one month.
Logs from individual bus instances ("bus started", "heartbeat", etc.) are deleted after one hour without any signs of activity from that instance.
Should a bus instance reappear after such a period of silence, it will reappear in the application, but Fleet Manager will not know when the bus started, changed its number of workers, etc.
The log of activities within an account will be kept for one month, meaning that entries older than one month are periodically deleted.
Histograms keeping track of message activity per queue/machine/bus instance are deleted after 360 days of not having tracked any activity for that entity.
In case you think something is missing on the documentation wiki, please feel free to raise an issue and let us know: Click here to raise an issue
Overview
Areas
- Connecting Rebus Instances
- Configuring the Fleet Manager Plugin
- Failed Messages
- Delayed Messages
- Message Auditing
- Alerts
- Notification Groups
- Integrations
- Data
- Authentication
- External API
Self-hosted (on-premise/Docker)