create cli command and empty process
This commit is contained in:
parent
acc764afcf
commit
9b85107977
2 changed files with 15 additions and 0 deletions
7
xexe/processes.py
Normal file
7
xexe/processes.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import logging
|
||||
|
||||
logger = logging.getLogger()
|
||||
|
||||
|
||||
def run_xe_healthcheck():
|
||||
logger.info("Checking checking")
|
||||
Loading…
Add table
Add a link
Reference in a new issue