修复调用统计性能问题

This commit is contained in:
molanp 2025-06-02 00:45:57 +08:00 committed by GitHub
parent 53eb8c8484
commit f519dceec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@ async def _(
@scheduler.scheduled_job( @scheduler.scheduled_job(
"interval", "interval",
minutes=1, minutes=1,
max_instances=5
) )
async def _(): async def _():
try: try: