Open dorupirvu-ayla opened 2 years ago
My self also facing same issue in new machine,
Since I have same project another machine in this all dependency installed 2 year back, this was working. I try to export all required jar from old machine and install manually in new machine.
Following Steps Will help:
May be this attached extracted libs can help to build scheduler library.
Thank you @kumar-asista Was able to build the scheduler using those libs.
By any chance do you have any sample code to run the scheduler? Using the sample from https://github.com/PagerDuty/scheduler/issues/21#issuecomment-294870125 but that's trial and error... Mostly error
I will note that this lib is very unmaintained. None of the original authors work at PagerDuty any longer (including myself). I'm not sure if it's still in use at PD either. So, use at your own risk.
Thanks for the reply @dvgica. Yes it is very clear that it is unmaintained. Want to be able to run it and do some experiments with it.
And since you are here, did you find any limit on how much this thing can scale in terms of number of jobs scheduled?
did you find any limit on how much this thing can scale in terms of number of jobs scheduled?
No, but we didn't try to find its limits either.
Hi @dorupirvu-ayla , scheduler library works with out much issue still now,
I found one more source from my local environment this may be help you.
Hello,
I've followed the steps referenced in the User Guide to add the scheduler as a dependency, but when i go and build the project i get
Getting forbidden errors when trying to access the PagerDuty scheduler (or any other package) on bintray. May be related to https://www.jfrog.com/confluence/pages/viewpage.action?pageId=122564110
Is there any way to install library?