mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 23:05:56 -04:00
add moduledocs for tasks
This commit is contained in:
parent
f39d6be013
commit
b5378f85c6
@ -1,4 +1,7 @@
|
||||
defmodule Farside.Instance.Check do
|
||||
@moduledoc """
|
||||
Module to check/validate the instance list only for servers with empty instance list every 90 secs, if a sync/check process isnt already running
|
||||
"""
|
||||
use Task
|
||||
|
||||
alias Farside.Status
|
||||
|
@ -1,4 +1,7 @@
|
||||
defmodule Farside.Instance.Sync do
|
||||
@moduledoc """
|
||||
Module to sync (check/validate) the instance list every 300 secs, if a sync/check process isnt already running
|
||||
"""
|
||||
use Task
|
||||
|
||||
alias Farside.Status
|
||||
|
Loading…
x
Reference in New Issue
Block a user