ExpandedVenture / ConnectionSphere

Simple Service to Start Prospecting Online
0 stars 0 forks source link

QABot Implementation for ConnectionSphere #272

Open leandrosardi opened 2 years ago

leandrosardi commented 2 years ago

Track any error, from any pampa process on the boterrorlog table.

QABot I2P:

QABot Farming List of Checks

QABot Infrastructure

QABot Prospecting Production:

QABot Prospecting Sales

leandrosardi commented 2 years ago

Track any error, from any pampa process on the boterrorlog table.

Track any error, from any pampa process on the boterrorlog table.

Hierarchy of Classes:

alter table boterrorlog alter column id_lnuser uniqueidentifier null;
go

alter table boterrorlog alter column id_worker uniqueidentifier null;
go

use mirror01;

alter table boterrorlog_history alter column id_lnuser uniqueidentifier null;
go

alter table boterrorlog_history alter column id_worker uniqueidentifier null;
go
leandrosardi commented 2 years ago

After changing the logging, it is neccessary to adapt this operation: https://github.com/leandrosardi/flywheel/issues/610

Also, It is neccessary to replace the comparsion

cast(e.description as varchar(49)) = 'Code: (unknown). Error requesting Mimic to start '

in the source code.