feat(stats): query http gateway, wait until gateway up to collect discord stats

This commit is contained in:
alyssa 2024-09-27 18:53:04 +09:00
parent e4ed354536
commit 9ff824c37b
7 changed files with 130 additions and 17 deletions

View file

@ -2,8 +2,9 @@ name: Build scheduled tasks runner Docker image
on:
push:
branches: [main]
branches: [main, gateway-service]
paths:
- .github/workflows/scheduled_tasks.yml
- 'services/scheduled_tasks/**'
jobs: