Skip to main content

Crate mongo_keepalive

Crate mongo_keepalive 

Source
Expand description

§mongo-keepalive

Keep MongoDB Atlas free-tier clusters alive by periodically sending a ping command.

Structs§

KeepAliveHandle
A handle to the keep-alive background task. Dropping it cancels the task.

Functions§

parse_interval
Parse an interval string like "12h", "30m", or "60s" into a Duration.
start_keep_alive
Start the keep-alive loop.