stackup-bundler
stackup-bundler copied to clipboard
Use exponential backoff ticker for bundle processing
Bundle batch processing should be ticked in an exponential backoff way to avoid overwhelming the system or reduce gas fee loss due to misfunction:
- It would be better to increase the ticking interval from 1s to 5s due to heavy workload for each processing;
- Use exponential backoff with multiplier of 2, and max interval of 1min.