worldcoin / signup-sequencer

signup-sequencer repository
MIT License
67 stars 33 forks source link

feat: report identity queue length on a timer. [PRO-588] #730

Closed alekseifedotov closed 3 months ago

alekseifedotov commented 3 months ago

Spawn a task which reports length of the identity queue in the db.

Motivation

The queue length is only reported when a new block is submitted to the blockchain which is in-frequent.

Solution

Spawn a task to report the queue length every second.

PR Checklist