Skip to content

Commit

Permalink
Add Translator Continuous types to ContinuousRunMode
Browse files Browse the repository at this point in the history
Summary: Extending the enum with the translator continuous run types

Reviewed By: aniketmathur

Differential Revision: D61034733

fbshipit-source-id: 677374e5a9f2f92d327093c10f8cfb11d4ca30cb
  • Loading branch information
rzabarazesh authored and facebook-github-bot committed Aug 20, 2024
1 parent efeace5 commit 671a434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions td_util/src/schedules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ pub enum ContinuousRunMode {
OptAdhoc,
RunwayShadow,
RunwayCoverage,
TranslatorHourly,
TranslatorNightly,
TranslatorWeekend,
}

#[cfg(test)]
Expand Down

0 comments on commit 671a434

Please sign in to comment.