How do I clear queued requests?
-
-
That will get cleaned up automatically at some point.
However, you can delete theprofiles
collection. (data/profiles and data/storage/profiles typically).
-
Is there a way to force queued reports to be deleted after x amount of time? any parameters to add to the configuration file?
I'm getting 500 or sometimes more queued reports and then I get jsreport blocked
can you help?
-
Queued reports will be queued till they reach the
reportTimeout
config. There is no other config.
If you have problems with overloading server by sending too many reports at once, you will need to put a webserver in front and do throttling.