08-12-20 06:49 PM
23-12-20 03:59 PM
I'd suggest to check and review your use of unique tags. We have seen cases like this when many unique tags are in use. Check the database top tables report from SQL Server Management Studio and look for the table BPATag. If the total count of rows in this table is in the many thousands it may indicate a problem here. For some guidance on the correct use of tags please see the following KB article on the Portal :- What is the recommended approach when working with Work Queue tags?
As an example, if you use something like a time or datetime as part of your tag this is not recommended as it will create lots of unique tags. Best to think of tags as a category.
07-01-21 02:05 PM
07-01-21 02:22 PM
Olá Sergio,
O problema foi resolvido migrando a base de dados do robô para uma conexão separada do app server, a aplicação das tags não era o problema, uma vez que estavam otimizadas conforme mesmo o artigo citado.
O problema foi criado com mesmo com a interação da query que é executada no banco quando a action get next item. uma interação que não ocorria na versão anterior que usávamos e foi crescendo conforme a volumetria ia aumentando.
Mas isolamos o projeto em um ambiente separado e foi resolvido o sintoma. Muito Obrigado.