CI-WATER / Hydro-DS

Web based services for hydrological data processing
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Make long running computation/services to run in background #1

Open pkdash opened 9 years ago

pkdash commented 9 years ago

Use Celery task for running background tasks

dtarb commented 9 years ago

Good idea. How hard is this. HydroShare may be using Celery.

pkdash commented 9 years ago

HydroShare software stack includes Celery but I have not seen it being used anywhere in HydroShare code base. It may not be too hard to do it.