diff --git a/queue_job/utils.py b/queue_job/utils.py index 5134cd1068..4b228dcc07 100644 --- a/queue_job/utils.py +++ b/queue_job/utils.py @@ -36,5 +36,5 @@ def must_run_without_delay(env): return True if env.context.get("queue_job__no_delay"): - _logger.warning("`queue_job__no_delay` ctx key found. NO JOB scheduled.") + _logger.info("`queue_job__no_delay` ctx key found. NO JOB scheduled.") return True