Skip to content

Commit b3ee52d

Browse files
committed
docs(stackable-operator): Add more detail on how to run EoS checker
1 parent 3febb88 commit b3ee52d

File tree

1 file changed

+2
-1
lines changed
  • crates/stackable-operator/src/eos

1 file changed

+2
-1
lines changed

crates/stackable-operator/src/eos/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ impl EndOfSupportChecker {
9393

9494
/// Run the end-of-support checker.
9595
///
96-
/// It is recommended to run the end-of-support checker via [`futures::try_join!`].
96+
/// It is recommended to run the end-of-support checker via [`futures::try_join!`] or
97+
/// [`tokio::join`] alongside other futures (eg. for controllers).
9798
pub async fn run(self) {
9899
// Construct an interval which can be polled.
99100
let mut interval = tokio::time::interval(self.interval.into());

0 commit comments

Comments
 (0)