Add SoundCloud update and download tasks to Celery backend; requires airtime-celery reinstall
This commit is contained in:
parent
bf97c42167
commit
4f281a30ed
9 changed files with 131 additions and 83 deletions
|
@ -82,7 +82,6 @@ final class TaskManager {
|
|||
if ($this->_isUserSessionRequest()) {
|
||||
return;
|
||||
}
|
||||
Logging::info("Running the tasks!");
|
||||
$this->_con = Propel::getConnection(CcPrefPeer::DATABASE_NAME);
|
||||
$this->_con->beginTransaction();
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue