-
Notifications
You must be signed in to change notification settings - Fork 109
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
Call for maintainers #91
Comments
I'm interested |
Thanks very much @adrianbadarau . I've given you commit access to the repo. A good place to start might be to clean up the issues/PRs. If things go well we'll call you out as the official maintainer. Please let me know your Meteor Developer Account so I can give you permission to publish new releases. |
Hi @zol, I will start using the package this week, and will analyze the codebase. I would like to volunteer to maintain the package, but I first need to have a look and check my availabilty - just wanted to give you an early feedback. I'll get back with a final answer. |
I'm interested! |
Thanks @TheGame2500 . I've given you commit access. Please co-ordinate with @adrianbadarau on tasks and releases. |
I'm interested also guys, currently using this package in a production app so would love to keep it maintened |
Thanks @tomtom87, I've given you write access to the repo. |
@zol very appreciated will start looking at issues when I have some time later |
Hi! :) Any progress with maintaining this repo? |
Sure, I didnt get to a PR yet but been answering some usage issues people where having.. what are you enquiring regarding?
|
@tomtom87 persistent storage for Jobs, maybe? ;) |
Hey Guys, Also super keen as we're using this in production, and will likely use it on at least two other production apps this year. Let me know if you're in need of another set of helping hands. P:) |
@spawn-guy how could we implement this? Doesn't the cronHistory already take care of this? |
@ElegantSudo cronHistory is exactly for what is in the name. for History and Sync -ing Jobs are added and held in memory. When the "schedule" function result time is right - the Job is fired. When the job is fired - the document is added to cronHistory collection. If you have multiple backend servers running - they all check for that document existence. and if there is already one and "running" - the other servers do not fire this same Job. good thing is when you write your Jobs in the Code - if server restarts jobs are reloaded. obstacles:
|
@spawn-guy this is an interesting problem. I'll likely fork this repo sometime within the next month and solve it. |
I'm interested! |
Not quite the same, but I've almost finished a Meteor-first jobs queue that could address the same needs as this package. Maybe we could direct people to it as a replacement. https://github.com/msavin/stevejobs Update: package is nice and stable now |
Is anyone still maintaining this project? |
@zol have you passed Meteor account access to anybody yet? If not, I think @TheGame2500 is actively looking to maintain and release |
I've given admin access to all maintainers including @TheGame2500 |
Thanks everyone! |
Since I'm no longer actively developing an app that uses
synced-cron
, I've lost touch with the codebase and the project. I'm looking for folks to take over development and maintenance, please raise your hand if you're interested.The text was updated successfully, but these errors were encountered: