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
|
@ -13,9 +13,9 @@ class UpgradeController extends Zend_Controller_Action
|
|||
return;
|
||||
}
|
||||
|
||||
// Get all upgrades dynamically so we don't have to add them explicitly each time
|
||||
// Get all upgrades dynamically (in declaration order!) so we don't have to add them explicitly each time
|
||||
// TODO: explicitly sort classnames by ascending version suffix for safety
|
||||
$upgraders = getUpgrades();
|
||||
Logging::info($upgraders);
|
||||
|
||||
$didWePerformAnUpgrade = false;
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue