I am trying to update a work-pool on the cloud UI ...
# prefect-cloud
n
I am trying to update a work-pool on the cloud UI and I keep getting a message that it failed. Is this a known issue?
1
j
Hi Nelson, it's not a known issue. Are you able to give any more information about what you're seeing? Thanks!
n
I try to change the keep jobs toggle for our Google cloud run push work pool and a little icon pops up that says failed to save when I hit save changes
j
Thanks - I can't reproduce which makes me wonder if there's something specific about your work pool. Are you able to see if there's any more information in the network tab when you try to save? I'm attaching a screenshot of the sort of thing I mean. Also - any chance you've updated the base job template at all? (The bit in the advanced json section)
n
I haven’t touched the advanced section at all. Let me check to see if there is any more info here in a bit
j
Thank you! And realize I forgot my screenshot:
The api call will be the name of your work pool. If it's a pain you can also DM the workspace ID to me but probably quicker to check the network tab first.
n
The issue seems to be that it doesn't like that I have a boolean as the value of an ENV var
The UI is fine with it (I don't get any error mesage that I don't have value JSON) but it throws an error on the request that an invalid request is received
j
Oh yeah I can recreate. How badly do you need that env to be a boolean? I can open an issue for that but I'm not certain how simple a fix it is.
n
Nope we are good. I changed it to a string. I just didn't realize that would cause issues
j
Nice! Thanks for raising it.