Settings

class joeflow.conf.JoeflowAppConfig(**kwargs)[source]

List of available settings.

To change the default values just set the setting in your settings file.

JOEFLOW_CELERY_QUEUE_NAME = 'yoloflow'[source]

Queue name in which all machine tasks will be queued.

JOEFLOW_TASK_RUNNER = 'joeflow.runner.dramatiq.task_runner'[source]

Task runner is used to execute machine tasks.

JoeFlow supports two different asynchronous task runners – Dramatiq and Celery.

To use either of the task runners change this setting to:

  • joeflow.runner.dramatiq.task_runner
  • joeflow.runner.celery.task_runner