request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

Use Celery to process distributed tasks #49

Closed rgreinho closed 6 years ago

rgreinho commented 6 years ago

Types of changes

Description

This patch implements all the changes required to use Celery to process distributed tasks. It also ensures the developer and test environments will work as easily and smoothly as possible.

Motivation and Context

Use Celery to collect information in a distributed fashion.

How Has This Been Tested?

Manually in a dev environment.

Checklist:

Fixes request-yo-racks/api#26