add moduledocs for tasks

This commit is contained in:
mithereal 2022-08-11 16:23:33 -07:00
parent f39d6be013
commit b5378f85c6
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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