apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.54k stars 1.17k forks source link

Activation list limit #5254

Open miguelventoso opened 2 years ago

miguelventoso commented 2 years ago

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

bdoyle0182 commented 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