Usage Stats Loader - Multiple tasks running

Hi Bruno,

I have a new situation because of cron:

select * from scheduled_tasks order by last_run;
class_name | last_run
--------------------------------------------------±---------------------------
tasks.OpenAccessNotification | 2014-03-25 09:00:01
tasks.ReviewReminder | 2014-03-25 10:02:47
tasks.SubscriptionExpiryReminder | 2014-03-25 10:02:48
plugins.generic.usageStats.UsageStatsLoader | 2015-05-31 22:33:29
plugins.generic.pln.classes.tasks.Depositor | 2015-05-31 22:43:22
plugins.importexport.crossref.CrossrefInfoSender | 2015-05-31 22:48:38
plugins.generic.alm.ArticleInfoSender | 2015-06-01 08:00:57
classes.tasks.ReviewReminder | 2015-06-02 10:05:24.811502
classes.tasks.SubscriptionExpiryReminder | 2015-06-02 10:05:26.050845
classes.tasks.OpenAccessNotification | 2015-06-02 10:05:26.088045

As you can see, some tasks aren’t running:
plugins.generic.usageStats.UsageStatsLoader = ok because is scheduled in cron.
plugins.generic.pln.classes.tasks.Depositor = ?
plugins.importexport.crossref.CrossrefInfoSender = ?
plugins.generic.alm.ArticleInfoSender = ?

Is that ok?

@Tarcisio_Pereira,

Are you using the ALM or PLN or Crossref plugins? If yes, you should create a cron job for each of those plugins running their own scheduledTasks.xml file. If no, let it be, it’s ok.

Cheers,
Bruno

Thank you, again.

Tarcisio Pereira.