<@ULVA73B9P> could you give me an example of resol...
# ask-marvin
c
@Marvin could you give me an example of resolving this warning `Task parameter introspection took 66.337 seconds , exceeding
PREFECT_TASK_INTROSPECTION_WARN_THRESHOLD
of 10.0. Try wrapping large task parameters with
prefect.utilities.annotations.quote
for increased performance, e.g.
my_task(quote(param))
. To disable this message set
PREFECT_TASK_INTROSPECTION_WARN_THRESHOLD=0
.`