Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jan 30, 2024
1 parent 58610fa commit 9b8f17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task_processor/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def delay(
kwargs = kwargs or {}

if delay_until and settings.TASK_RUN_METHOD != TaskRunMethod.TASK_PROCESSOR:
# TODO: consider not having this silently fail?
logger.warning(
"Cannot schedule tasks to run in the future without task processor."
)
Expand Down

0 comments on commit 9b8f17e

Please sign in to comment.