- Notifications
You must be signed in to change notification settings - Fork22
Description
I have a coder template that takes git_branch as a value. Anytime a developer tries to checkout the jira created branch, the provisioner fails with
internal provisionerserver error: complete job: execute transaction: insert provisioner job: insert app: pq: value too long for type character varying(64)
I'm not sure for how long this branch is going to remain active but here is an example:https://github.com/Onemind-Services-LLC/netbox-secrets/tree/OMS-419-Warning-Accessing-the-database-during-app-initialization-in-NetBoxSecrets-plugin
If I checkoutdev
branch, it works perfectly fine.
It seems likecoder_parameter
is set in the DB and must never be more than 64 characters