feat(scheduled_tasks): use env variables instead of consul to find gateway instances

This commit is contained in:
alyssa 2024-11-14 10:30:10 +09:00
parent 681aca860d
commit 1594b12546
4 changed files with 17 additions and 49 deletions

View file

@ -1,5 +1,5 @@
go 1.19
go 1.23
use (
./services/scheduled_tasks
)
toolchain go1.23.2
use ./services/scheduled_tasks