xmr-remote-nodes/cmd/server
ditatompel 40b9a6e1d6
Make sure cron goroutine is stopped
Adding struct chan to run cron Process to stop the goroutine.

Moving db migration inside `fiber.IsChild` block
to avoid multiple execution migration script when in prefork mode.

Give additional time for graceful shutdown.
2024-05-23 02:58:58 +07:00
..
admin.go Ability to list cron from CLI #2 2024-05-18 20:13:00 +07:00
cron.go Make cron as it's own package 2024-05-23 02:24:06 +07:00
import.go Set ./cmd/server/admin.go as entrypoint to server build 2024-05-18 18:42:32 +07:00
probers.go Moving monero.go to its own internal package 2024-05-22 22:45:38 +07:00
serve.go Make sure cron goroutine is stopped 2024-05-23 02:58:58 +07:00