| | |
| | | /** |
| | | * usdt 归集 |
| | | */ |
| | | // @Scheduled(cron = "0 5/30 * * * ? ") |
| | | @Scheduled(cron = "0 15/30 * * * ? ") |
| | | public void poolUsdtEth() { |
| | | try { |
| | | log.info("USDT归集开始"); |
| | |
| | | } |
| | | } |
| | | |
| | | //@Scheduled(cron = "0 2/8 * * * ? ") |
| | | public void usdtEthPoolCheck() { |
| | | log.info("USDTETH归集结果扫描开始"); |
| | | usdtEthService.usdtEthPoolCheck(); |
| | | } |
| | | // @Scheduled(cron = "0 2/8 * * * ? ") |
| | | // public void usdtEthPoolCheck() { |
| | | // log.info("USDTETH归集结果扫描开始"); |
| | | // usdtEthService.usdtEthPoolCheck(); |
| | | // } |
| | | |
| | | //@Scheduled(cron = "0 2/30 * * * ? ") |
| | | @Scheduled(cron = "0 2/30 * * * ? ") |
| | | public void poolEth() { |
| | | try { |
| | | usdtEthService.ethPool(); |