bharadwajrembar opened a new issue #11140: URL: https://github.com/apache/druid/issues/11140
### Affected Version 0.19.1 ### Description We have this use case where we submit 10k+ tasks per day. When loading the Router UI, it usually throws a 504 when loading the `Tasks` tile after a while of waiting. The same happens when we open the `Ingestion` tab as well.   Is there a way to prevent the Router from loading all tasks at once, and rather just lazy load? A workaround is to set `druid.indexer.storage.recentlyFinishedThreshold` to a lower value. But we were wondering if there is a better way of doing this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
