dsultanr
dsultanr
I also have strange [behaviour](https://stackoverflow.com/questions/65969861/ta-libs-strange-behaviour-on-limited-dataframe) with CDLHAMMER does CDLHAMMER also need more history to work correctly? I thougt it is possible to find out that pattern is matching on a...
 why do you have different ports in .env and config? I think DB issue could not be the cause of "asset not found" error. What is the full path...
but you have 33060 port in your .env
Hi @seratch, thanks for quick reply! I added a config you proposed ``` SlackConfig config = new SlackConfig(); config.setMethodsConfig(MethodsConfig.builder().statsEnabled(false).metricsDatastore(null).build()); config.setSCIMConfig(SCIMConfig.builder().statsEnabled(false).metricsDatastore(null).build()); config.setAuditConfig(AuditConfig.builder().statsEnabled(false).metricsDatastore(null).build()); Slack slack = Slack.getInstance(config); ``` but SDK still creates...
Thanks. I'm afraid we have no option to test it right now 1. we are using webhooks as a workaround 2. we are planning to upgrade our server and it...