mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
add moduledocs for tasks
This commit is contained in:
parent
f39d6be013
commit
b5378f85c6
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue