what is the max size you can give as parameters?
# prefect-server
a
what is the max size you can give as parameters?
k
Hi @Andy Dyer! Are you running into an error with a large parameter? What are you trying to do?
a
Just trying to get a sense before i send a bunch of failed requests. We have a job that takes in about 100 or so length’d list of dicts that have two ~32 str length key value pairs. Just wondering if there is an arbitrary cut off so I can smartly chunk if i wanted to do 1000s at a time.
k
I don’t think there is a maximum but if it doesn’t work, you could store it somewhere then pass the location as a parameter?
I am double checking so I may get back to you. My concern is how this will render in the UI
z
Parameters are sent through Prefect so there's definitely some sort of limit although I'm not sure where it would be applied without some digging.
a
gotchya no worries thanks everyone