Replaced unsupported cron manager with new one
This commit is contained in:
@@ -22,7 +22,6 @@ standard-minifier-js@2.8.0
|
|||||||
shell-server@0.5.0
|
shell-server@0.5.0
|
||||||
ecmascript@0.16.1
|
ecmascript@0.16.1
|
||||||
es5-shim@4.8.0
|
es5-shim@4.8.0
|
||||||
percolate:synced-cron
|
|
||||||
service-configuration@1.3.0
|
service-configuration@1.3.0
|
||||||
dynamic-import@0.7.2
|
dynamic-import@0.7.2
|
||||||
ddp-rate-limiter@1.1.0
|
ddp-rate-limiter@1.1.0
|
||||||
@@ -47,3 +46,4 @@ meteortesting:mocha
|
|||||||
ostrio:files
|
ostrio:files
|
||||||
simple:rest-bearer-token-parser
|
simple:rest-bearer-token-parser
|
||||||
simple:rest-json-error-handler
|
simple:rest-json-error-handler
|
||||||
|
littledata:synced-cron
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ id-map@1.1.1
|
|||||||
inter-process-messaging@0.1.1
|
inter-process-messaging@0.1.1
|
||||||
lai:collection-extensions@0.3.0
|
lai:collection-extensions@0.3.0
|
||||||
launch-screen@1.3.0
|
launch-screen@1.3.0
|
||||||
|
littledata:synced-cron@1.5.1
|
||||||
localstorage@1.2.0
|
localstorage@1.2.0
|
||||||
logging@1.3.1
|
logging@1.3.1
|
||||||
mdg:validated-method@1.2.0
|
mdg:validated-method@1.2.0
|
||||||
@@ -90,7 +91,6 @@ peerlibrary:reactive-publish@0.10.0
|
|||||||
peerlibrary:server-autorun@0.8.0
|
peerlibrary:server-autorun@0.8.0
|
||||||
peerlibrary:subscription-data@0.8.0
|
peerlibrary:subscription-data@0.8.0
|
||||||
percolate:migrations@1.0.3
|
percolate:migrations@1.0.3
|
||||||
percolate:synced-cron@1.3.2
|
|
||||||
promise@0.12.0
|
promise@0.12.0
|
||||||
raix:eventemitter@1.0.0
|
raix:eventemitter@1.0.0
|
||||||
random@1.2.0
|
random@1.2.0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { SyncedCron } from 'meteor/percolate:synced-cron';
|
import { SyncedCron } from 'meteor/littledata:synced-cron';
|
||||||
|
|
||||||
SyncedCron.config({
|
SyncedCron.config({
|
||||||
// Log job run details to console
|
// Log job run details to console
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import CreatureProperties from '/imports/api/creature/creatureProperties/CreatureProperties.js';
|
import CreatureProperties from '/imports/api/creature/creatureProperties/CreatureProperties.js';
|
||||||
import LibraryNodes from '/imports/api/library/LibraryNodes.js';
|
import LibraryNodes from '/imports/api/library/LibraryNodes.js';
|
||||||
import { assertAdmin } from '/imports/api/sharing/sharingPermissions.js';
|
import { assertAdmin } from '/imports/api/sharing/sharingPermissions.js';
|
||||||
import { SyncedCron } from 'meteor/percolate:synced-cron';
|
import { SyncedCron } from 'meteor/littledata:synced-cron';
|
||||||
|
|
||||||
Meteor.startup(() => {
|
Meteor.startup(() => {
|
||||||
const collections = [
|
const collections = [
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template lang="html">
|
<template lang="html">
|
||||||
<v-container>
|
<v-container fluid>
|
||||||
<v-row dense>
|
<v-row dense>
|
||||||
<v-col cols="12" md="8" lg="6" style="height: 100%;">
|
<v-col cols="12" md="8" lg="6" style="height: 100%;">
|
||||||
<v-card style="height: calc(100vh - 120px); overflow: auto;">
|
<v-card style="height: calc(100vh - 120px); overflow: auto;">
|
||||||
|
|||||||
Reference in New Issue
Block a user