Skip to content

Meteor 3.0 Compatibility #151

@dallman2

Description

@dallman2

Hello,

Will this package be updated to be compatible with the new Meteor 3.0 update? Currently, I have to comment out the api.versionsFrom call in package.js to make it work, as well as changing lines 90 and 94 in synced-crron-server.js to
SyncedCron._collection.createIndex({intendedAt: 1, name: 1}, {unique: true}); and SyncedCron._collection.createIndex({startedAt: 1 }, respectively.

This is likely part of the larger effort to address #147

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions