Celery initialization module

This module configures the Celery app using proper config params.

VestaRestPackage.celery_init.configure(config)[source]

Configures the celery application.

A given service name will have its requests route through a queue named like the REST route.

Parameters:config – Dict like object with Celery configuration values.
Returns:Reference to the Celery application to keep handy.