3f6caf5fa4
- Implements scheduler worker for welcome and post notifications
...
- Updates sending queue worker to save rendered newsletter body
- Updates sending queue router to schedule post notification newsletters
2016-03-20 22:01:01 -04:00
c4b728f4e1
- Updates Daemon to execute workers via WP's action hook
...
- Bootstraps Scheduler class
2016-03-03 15:42:10 -05:00
0d894a6fef
- Fixes namespace issue when catching exceptions
2016-02-12 11:20:43 -05:00
9b584296a5
- Updates queue worker based on code review comments
2016-02-11 10:23:41 -05:00
7522084ccb
- Rewrites sending queue worker and updates router
...
- Implements batch sending for queue worker
- Fixes mailer class issue when sender data can be empty
- Updates values for cron execution timeout/limit
2016-02-10 22:34:54 -05:00
70de0a01bf
- Moves cron timeout/execution limit to the central cron helper class
2016-01-29 15:01:10 -05:00
32f8f07602
- Refactors and fixes issues identified during code review
2016-01-29 13:30:13 -05:00
d4d575cda4
- Refactors cron supervisor/daemon/router
2016-01-28 21:38:23 -05:00
2cf03ec0a3
- Fixes cron HTTP request loop issue
2016-01-28 12:50:12 -05:00
746c19d6ed
- Resolves an issue with cron not starting
2016-01-27 14:15:00 -05:00
4df11163a1
automatically update 'updated_at' when saving daemon
2016-01-08 12:23:15 +01:00
82a736ffbb
Cron update + removing console.log
...
- use Setting::getValue for getDaemon method
- added "updated_at" property within cron_daemon value (instead of using the setting's column)
- converted line endings to Unix in notice.js and removed console.log
2016-01-08 12:02:11 +01:00
0dbe04c3f8
- Addresses issues identified during code review
2016-01-06 19:19:06 -05:00
f1bf2bb097
- Refactors Mailer class
...
- Refactors SendingQueue worker class
- Adds Maier router with a send() method + ability to specify sending method
- Updates tests
- Introduces 'stopping' and 'starting' cron states
- Improves cron control mechanism
Closes #276
2016-01-05 10:34:57 -05:00
c2fde308cb
- Renames and updates sending queue worker
...
- Updates mailer router's send() method
2015-12-04 12:31:54 -05:00
da6e154642
fixed conflicts
2015-12-04 11:25:06 +01:00
acebf669a7
- Updates queue worker to use mailer router for sending
...
- Updates mailer router to detect method type
- Rebases master
2015-12-03 22:01:33 -05:00
9b011c0281
- Places supervisor/daemon/worker under the new Cron class
...
- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
2015-12-03 22:01:18 -05:00
d2e5fb89c2
- Places supervisor/daemon/worker under the new Cron class
...
- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
2015-12-02 22:48:15 -05:00