Skip to content

Instantly share code, notes, and snippets.

@marco-silva0000
Created May 25, 2018 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marco-silva0000/29c0cdca717e1bd2a0138ad9c299fbaa to your computer and use it in GitHub Desktop.
Save marco-silva0000/29c0cdca717e1bd2a0138ad9c299fbaa to your computer and use it in GitHub Desktop.
# tasks.py
from django.conf import settings
WATCHDOG_LOOKBACK_TIME = getattr(settings, 'WATCHDOG_LOOKBACK_TIME', 5)
def irrigigation_dispacher_verification_meh(minutes=WATCHDOG_LOOKBACK_TIME):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment