feat: add statistics page

This commit is contained in:
Jayden
2024-07-21 16:04:40 -05:00
parent 242056b648
commit ccbced2a1e
12 changed files with 340 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ async def main():
LOG.info("Starting job worker...")
while True:
await process_job()
await asyncio.sleep(5) # Sleep for 5 seconds before checking for new jobs
await asyncio.sleep(5)
if __name__ == "__main__":