|
Cat Feeder
1.0.0
The Cat feeder project
|
Variables | |
| Disp | IDISP = initialise_logger("Crons Constants", False) |
| TOML = TOMLLoader() | |
| CLEAN_TOKENS = TOML.get_toml_variable("Crons", "clean_tokens", True) | |
| CLEAN_TOKENS_INTERVAL | |
| ENABLE_TEST_CRONS | |
| TEST_CRONS_INTERVAL | |
| CHECK_ACTIONS_INTERVAL | |
| CLEAN_VERIFICATION | |
| CLEAN_VERIFICATION_INTERVAL | |
| RENEW_OATH_TOKENS | |
| RENEW_OATH_TOKENS_INTERVAL | |
| RESET_FOOD_COUNTERS_INTERVAL | |
# +==== BEGIN CatFeeder =================+ # LOGO: # ..............(..../\ # ...............)..(.') # ..............(../..) # ...............\(__)| # Inspired by Joan Stark # source https://www.asciiart.eu/ # animals/cats # /STOP # PROJECT: CatFeeder # FILE: crons_constants.py # CREATION DATE: 19-11-2025 # LAST Modified: 18:43:54 31-01-2026 # DESCRIPTION: # This is the backend server in charge of making the actual website work. # /STOP # COPYRIGHT: (c) Cat Feeder # PURPOSE: The constants used for the cron library. # // AR # +==== END CatFeeder =================+
| backend.src.libs.crons.crons_constants.CHECK_ACTIONS_INTERVAL |
Definition at line 46 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.CLEAN_TOKENS = TOML.get_toml_variable("Crons", "clean_tokens", True) |
Definition at line 36 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.CLEAN_TOKENS_INTERVAL |
Definition at line 37 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.CLEAN_VERIFICATION |
Definition at line 49 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.CLEAN_VERIFICATION_INTERVAL |
Definition at line 52 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.ENABLE_TEST_CRONS |
Definition at line 40 of file crons_constants.py.
| Disp backend.src.libs.crons.crons_constants.IDISP = initialise_logger("Crons Constants", False) |
Definition at line 29 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.RENEW_OATH_TOKENS |
Definition at line 55 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.RENEW_OATH_TOKENS_INTERVAL |
Definition at line 58 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.RESET_FOOD_COUNTERS_INTERVAL |
Definition at line 61 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.TEST_CRONS_INTERVAL |
Definition at line 43 of file crons_constants.py.
| backend.src.libs.crons.crons_constants.TOML = TOMLLoader() |
Definition at line 32 of file crons_constants.py.