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
Our system assumes that indexer service is capable of checking if an allocation exists or not and accepting receipts and then try to create a SenderAllocation if it doesn't exist.
But while starting up, SenderAllocations aren't not up yet but we are already receiving receipts. We should check if SenderAccountManager is starting up before trying to create a SenderAllocation.
The text was updated successfully, but these errors were encountered:
Our system assumes that indexer service is capable of checking if an allocation exists or not and accepting receipts and then try to create a SenderAllocation if it doesn't exist.
But while starting up, SenderAllocations aren't not up yet but we are already receiving receipts. We should check if SenderAccountManager is starting up before trying to create a SenderAllocation.
The text was updated successfully, but these errors were encountered: