コード例 #1
0
 def registry(self):
     '''The :class:`.JobRegistry` for this backend.
     '''
     return JobRegistry.load(self.task_paths)
コード例 #2
0
ファイル: __init__.py プロジェクト: elimisteve/pulsar
 def registry(self):
     '''The :class:`pulsar.apps.tasks.models.JobRegistry` for this
     backend.
     '''
     return JobRegistry.load(self.task_paths)
コード例 #3
0
ファイル: __init__.py プロジェクト: BazookaShao/pulsar
 def registry(self):
     '''The :class:`.JobRegistry` for this backend.
     '''
     return JobRegistry.load(self.task_paths)