예제 #1
0
 def registry(self):
     '''The :class:`.JobRegistry` for this backend.
     '''
     return JobRegistry.load(self.task_paths)
예제 #2
0
 def registry(self):
     '''The :class:`pulsar.apps.tasks.models.JobRegistry` for this
     backend.
     '''
     return JobRegistry.load(self.task_paths)
예제 #3
0
 def registry(self):
     '''The :class:`.JobRegistry` for this backend.
     '''
     return JobRegistry.load(self.task_paths)