Open miguelventoso opened 2 years ago
the default activation limit when running a list query is 30. You can increase this through a query param to 200 based on the default configuration of openwhisk. You can configure these two values, the default and max, through pureconfig
Hello. I've been doing some load tests executing cpu-heavy ow actions using FaasProfiler. I'm acessing the activation list to get all the results at the same time, but it seems that the activation list registers only the last 30 activations, no matter how many I invoke, while the rest just seems to dissapear. I've read all the documentation and I've found no information regarding this limit. How could I do to remove this 30 activation limit?
Environment details:
kubernetes, ubuntu 20.04, FaasProfiler