SAAS-1071 - initial work on podcast celery backend; tweak SoundCloud service
This commit is contained in:
parent
79db208cd4
commit
cf1de5fb66
4 changed files with 45 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue