This is the skeleton for the process that will drive Polymorph's transaction sending.
When the sever starts we run some checks to make sure everything is working, then we start run a process every 3 minutes (iirc).
That process runs some checks and then it calls methods to send transactions.
We use some flags to prevent a new 'loop' starting if an older loop is still running.
This is the skeleton for the process that will drive Polymorph's transaction sending. When the sever starts we run some checks to make sure everything is working, then we start run a process every 3 minutes (iirc). That process runs some checks and then it calls methods to send transactions. We use some flags to prevent a new 'loop' starting if an older loop is still running.