Page MenuHomeSoftware Heritage

__init__.py
No OneTemporary

__init__.py

from os import path
import celery.contrib.testing.tasks # noqa
from celery.contrib.testing.worker import start_worker
import swh.indexer
from swh.scheduler.celery_backend.config import app
__all__ = ["start_worker_thread"]
SQL_DIR = path.join(path.dirname(swh.indexer.__file__), "sql")
def start_worker_thread():
return start_worker(app)

File Metadata

Mime Type
text/x-python
Expires
Thu, Jul 3, 12:19 PM (2 d, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3237863

Event Timeline