Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor 3.0 Compatibility #151

Open
dallman2 opened this issue Feb 7, 2024 · 1 comment
Open

Meteor 3.0 Compatibility #151

dallman2 opened this issue Feb 7, 2024 · 1 comment

Comments

@dallman2
Copy link

dallman2 commented Feb 7, 2024

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

@lc3t35
Copy link

lc3t35 commented Mar 16, 2024

Hi ! As most of us are looking into meteor 3.0 migration and use this package, would it be possible to merge the related PR into master ? This will prevent numerous forks or local packages fixed. Thank you.
If you can't maintain it anymore, please tell us, so we can move the repo into community packages.
I'm using kolyasya:oplog-keep-awake which relies on this package, @kolyasa how do you expect to manage this as you started 3.0 migration ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants