SAAS-853 - Celery backend for SoundCloud uploads
This commit is contained in:
parent
f031d13867
commit
626489bb3b
27 changed files with 813 additions and 250 deletions
|
@ -9,6 +9,7 @@ $(document).ready(function() {
|
|||
|
||||
//this statement tells the browser to fade out any success message after 5 seconds
|
||||
setTimeout(function(){$(".success").fadeOut("slow", function(){$(this).empty()});}, 5000);
|
||||
pollTaskQueues();
|
||||
});
|
||||
|
||||
/*
|
||||
|
@ -156,3 +157,8 @@ function removeSuccessMsg() {
|
|||
|
||||
$status.fadeOut("slow", function(){$status.empty()});
|
||||
}
|
||||
|
||||
function pollTaskQueues() {
|
||||
console.log("Polling broker queues...");
|
||||
$.get(baseUrl + 'soundcloud/poll-broker-task-queue');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue