Closed jeffreymlewis closed 4 years ago
Thanks for submitting it. I created pull request #394 and it will be merged to master today It's going be part of 1.5 released which is scheduled for next week
Regarding #385, we want to do it, will do our best get to it
Fixed and merged to master #394
Describe the bug When using postgres, one cannot POST
custom_runner_definition
to /v1/config over a certain size. The error message is,The above error does not occur with SQLite.
The above error does not occur if the overall size of the
custom_runner_definition
data structure is smaller. (See example below.)To Reproduce Steps to reproduce the behavior:
Expected behavior I expect to be able to post
custom_runner_definition
of arbitrary size.Version:
Additional context Something like issue https://github.com/Zooz/predator/issues/385 might solve this problem on kubernetes.