SAAS-1071 - initial work on podcast celery backend; tweak SoundCloud service

This commit is contained in:
Duncan Sommerville 2015-09-22 15:26:08 -04:00
parent 79db208cd4
commit cf1de5fb66
4 changed files with 45 additions and 21 deletions

View file

@ -122,11 +122,6 @@ define('CELERY_FAILED_STATUS', 'FAILED');
// Celery Services
define('SOUNDCLOUD_SERVICE_NAME', 'soundcloud');
// Celery Task Types
define('UPLOAD', 'upload');
define('DOWNLOAD', 'download');
define('DELETE', 'delete');
// Podcast Types
define('STATION_PODCAST', 0);
define('IMPORTED_PODCAST', 1);