You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user updated from rc86 to rc117. The user was staked on the pearl_alpha.
After updating pearl, the user opened the app and clicked Start agent.
The steps the service then took are:
Service got unstaked from pearl_alpha
Service got updated
Service was NOT be staked on pearl_beta.
Upon a look at cli.log, step 3 was a result of the provided params requiring the CLI to stake the service on pearl_alpha instead of pearl_beta. The issue was resolved by simply restarting pearl and starting the agent again.
Another thing to note is that when step 3 failed, the agent started running without being staked. This is not desired behaviour, as it could lead to agent draining the trader balance since it will never stop trading.
The text was updated successfully, but these errors were encountered:
A user updated from rc86 to rc117. The user was staked on the
pearl_alpha
.After updating pearl, the user opened the app and clicked
Start agent
.The steps the service then took are:
pearl_beta
.Upon a look at
cli.log
, step 3 was a result of the provided params requiring the CLI to stake the service onpearl_alpha
instead ofpearl_beta
. The issue was resolved by simply restarting pearl and starting the agent again.Another thing to note is that when step 3 failed, the agent started running without being staked. This is not desired behaviour, as it could lead to agent draining the trader balance since it will never stop trading.
The text was updated successfully, but these errors were encountered: