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
As part of #1470, I've noticed that the broadcast where not getting confirmed or just stuck.
I ran a first test and this first screenshot already shows something odd from 577e8c47680c6230209a74829921a9c427766af8:
The pending graph is negative, so we have more confirmed than sent odd.
I then pulled down 1.3.0-rc1 and run another test to see
It just gets stuck and again more confirmed than submitted.. I opened up the UI and all the broadcast messages were stuck in Pending but the private message were going through.
Looked in the Postgres DB and the batch was there, so that not found could have been at creation? not sure...
I seem to notice that the Batch Pin event has less contexts than the amount of Pins associated to that BatchPin. I think this is where I would explore next!
The text was updated successfully, but these errors were encountered:
As part of #1470, I've noticed that the broadcast where not getting confirmed or just stuck.
I ran a first test and this first screenshot already shows something odd from
577e8c47680c6230209a74829921a9c427766af8
:The pending graph is negative, so we have more confirmed than sent odd.
I then pulled down 1.3.0-rc1 and run another test to see
It just gets stuck and again more confirmed than submitted.. I opened up the UI and all the broadcast messages were stuck in Pending but the private message were going through.
Digged into the logs and found the following:
and
Clearly there is a Batch that is stuck somewhere, I then traversed more logs and found:
Unfortunately I cleared the above run, and ran the same commit of 1.3.0-rc1 and got the same problem, but found some news logs
Two things that I then investigated:
The text was updated successfully, but these errors were encountered: