-
Notifications
You must be signed in to change notification settings - Fork 292
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
RunJobs check contstraint failed #1309
Comments
Hi @umglurf |
Hi I see it consistently, not only when starting the server. It's been logged about 50 times per server since the last restart one hour ago. |
@umglurf 50 times in an hour is about what I would expect from this, you mentioned that you have 3 controllers are you providing the name in the controller stanza. If so can you please confirm what the three names are? |
controller 1:
controller 2:
controller 3:
|
Thank you! There is a bug in the Postgres job_run table where we are incorrectly enforcing a check constraint on the length on the controller name to be greater than 10. I have a PR that should resolve this issue. |
Great, hoping this will make it into 0.3.1 |
Merge Boundary OSS branch oss/main at commit 69b60c8
Describe the bug
Since boundary 0.2.3 I've started getting these errors in the controller logs:
I upgraded to 0.3.0 hoping the issue was solved, but still the same. I then deleted the database and recreated it, but still the error occurs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Additional context
Running with 3 boundary controllers and 4 workers. 3 workers on the same servers as the controllers, and one worker on another server.
The text was updated successfully, but these errors were encountered: