All checks were successful
Gitea Actions Demo / deploy (push) Successful in 35s
6 lines
128 B
Python
6 lines
128 B
Python
from utils.logger import logger
|
|
import datetime
|
|
|
|
|
|
def job_heartbeat():
|
|
logger.info(f"[heartbeat] {datetime.datetime.now()}") |