Show task description in admin panel.

This commit is contained in:
baldo 2016-06-21 14:55:02 +02:00
parent 57c6d5d40f
commit ce155951bf
8 changed files with 33 additions and 11 deletions
server/jobs

View file

@ -2,6 +2,8 @@
angular.module('ffffng').factory('MailQueueJob', function (MailService, Logger) {
return {
description: 'Send pending emails (up to 5 attempts in case of failures).',
run: function (callback) {
MailService.sendPendingMails(function (err) {
if (err) {