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

Add readyness checkers to connectors #43

Closed
eawagner opened this issue Aug 27, 2024 · 1 comment · Fixed by #45
Closed

Add readyness checkers to connectors #43

eawagner opened this issue Aug 27, 2024 · 1 comment · Fixed by #45
Assignees
Labels
enhancement New feature or request

Comments

@eawagner
Copy link

Is your feature request related to a problem?

Not particularly but the connectors kind of trash waiting for the server to come on.

Describe the solution you'd like

Basically add a readyness check similar to the worker pods that waits until the server comes online (or atleast an option in the values.yaml to opt in).

Describe alternatives you've considered

Nothing really, a readyness check will just allow things to be more consistent with how the workers behave.

Additional context

No response

@ialejandro
Copy link
Member

ialejandro commented Aug 28, 2024

You can configure now your connector with readyChecker like worker on 1.3.2 version:

connector: []
  ...
+  # -- Enable or disable ready-checker waiting server is ready
+  readyChecker:
+    enabled: true
+    # -- Number of retries before giving up
+    retries: 30
+    # -- Timeout for each check
+    timeout: 5
  ...

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

Successfully merging a pull request may close this issue.

3 participants