Skip to content

Commit

Permalink
Merge branch 'main' into add-random-lb
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored Jun 6, 2024
2 parents 789f10a + f97d566 commit 2e6cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aap_eda/core/management/commands/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def add_periodic_jobs(scheduler: Scheduler) -> None:
def add_cron_jobs(scheduler: Scheduler) -> None:
"""Schedule cron jobs."""
if not RQ_CRON_JOBS:
logger.info("No scheduled jobs. Skipping.")
logger.info("No cron jobs. Skipping.")
return

for entry in RQ_CRON_JOBS:
Expand Down

0 comments on commit 2e6cc2f

Please sign in to comment.