- Places supervisor/daemon/worker under the new Cron class

- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
This commit is contained in:
MrCasual
2015-12-02 22:48:15 -05:00
parent bf58d8a22d
commit 9b011c0281
31 changed files with 700 additions and 299 deletions

View File

@ -103,7 +103,7 @@ config.push(_.extend({}, baseConfig, {
'subscribers/importExport/import.js',
'subscribers/importExport/export.js',
'helpscout',
'queue.jsx'
'cron.jsx'
],
form_editor: [
'form_editor/form_editor.js',