//! Background jobs for the users domain.
//!
//! [`CleanupAnonymousUsersJob`] prunes stale anonymous accounts and
//! [`UserRateLimitPruneJob`] drops elapsed rate-limit windows, both hourly.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use CleanupAnonymousUsersJob;
pub use UserRateLimitPruneJob;