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 4a46549 commit 249e752Copy full SHA for 249e752
django_dbq/management/commands/worker.py
@@ -1,5 +1,5 @@
1
from django.db import transaction
2
-from django.core.management.base import NoArgsCommand
+from django.core.management.base import CommandError, NoArgsCommand
3
from django.utils.module_loading import import_by_path
4
from django_dbq.models import Job
5
from simplesignals.process import WorkerProcessBase
0 commit comments