Skip to content

Commit

Permalink
add "internal use" caveat to interval configuration comments (airbyte…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Feb 17, 2022
1 parent 3eb3367 commit a56c4fb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,35 +297,35 @@ public interface Configs {
/**
* Define the interval for checking for a Kubernetes pod status for a worker of an unspecified type.
*
* In seconds if specified by environment variable.
* In seconds if specified by environment variable. Airbyte internal use only.
*/
Duration getDefaultWorkerStatusCheckInterval();

/**
* Define the interval for checking for "get spec" Kubernetes pod statuses.
*
* In seconds if specified by environment variable.
* In seconds if specified by environment variable. Airbyte internal use only.
*/
Duration getSpecWorkerStatusCheckInterval();

/**
* Define the interval for checking for "check connection" Kubernetes pod statuses.
*
* In seconds if specified by environment variable.
* In seconds if specified by environment variable. Airbyte internal use only.
*/
Duration getCheckWorkerStatusCheckInterval();

/**
* Define the interval for checking for "discover" Kubernetes pod statuses.
*
* In seconds if specified by environment variable.
* In seconds if specified by environment variable. Airbyte internal use only.
*/
Duration getDiscoverWorkerStatusCheckInterval();

/**
* Define the interval for checking for "replication" Kubernetes pod statuses.
*
* In seconds if specified by environment variable.
* In seconds if specified by environment variable. Airbyte internal use only.
*/
Duration getReplicationWorkerStatusCheckInterval();

Expand Down

0 comments on commit a56c4fb

Please sign in to comment.