Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove DataSyncInterval variable from Config as not used anymore. #393

Open
sudiptob2 opened this issue Jan 15, 2025 · 0 comments
Open

Remove DataSyncInterval variable from Config as not used anymore. #393

sudiptob2 opened this issue Jan 15, 2025 · 0 comments

Comments

@sudiptob2
Copy link
Collaborator

DoD

  1. Remove the variable from the code
  2. remove env var declaration from config.yml(s)

Ref:

type UHSConfig struct {
// Port specifies the port on which the Unicorn History Server listens for incoming requests.
Port int
// AssetsDir specifies the directory where the static assets are stored.
AssetsDir string
// DataSyncInterval specifies the interval at which the data is synced from the Yunikorn API.
DataSyncInterval time.Duration
// CORSConfig specifies the configuration for the CORS middleware.
CORSConfig CORSConfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant