We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8d15d commit b5f509aCopy full SHA for b5f509a
django_lightweight_queue/cron_scheduler.py
@@ -1,6 +1,5 @@
1
import re
2
import imp
3
-import sys
4
import time
5
import logging
6
import datetime
@@ -9,10 +8,9 @@
9
8
from django.apps import apps
10
from django.core.management import call_command
11
12
-from . import app_settings
13
from .task import task
14
from .utils import get_backend, configure_logging, \
15
- set_process_title, contribute_implied_queue_name
+ contribute_implied_queue_name
16
17
CRON_QUEUE_NAME = 'cron_scheduler'
18
0 commit comments