You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upgrade to v5.0.0 for the agenda package in my codebase, I don't see the code that I see in the master here.
It's confusing because the installation directions are different on master and the v5.0.0 release. See here: https://github.com/agenda/agenda/#installation
This says npm install @hokify/agenda
When I try to use npm install agenda, I don't see the code that is in the master branch here. For eg, touch does not have a progress parameter and there is no function called isExpired() available under the Job class.
Am I missing something obvious here? Am I supposed to start using @hokify/agenda? Is @hokify/agenda production ready?
The text was updated successfully, but these errors were encountered:
@hokify/agenda is production ready, the plan is that the code base of hokify/agenda is the new release of main's agenda's upcoming next release. Unfortuantely this is process is kinda delayed ...
see also #1502
I also would like to know when its updated. I currently use @hokify/agenda but it also seems to be out of date currently. It is still not supporting newest mongodb driver. There are some PR's but nothing happened so far.
When I upgrade to v5.0.0 for the agenda package in my codebase, I don't see the code that I see in the master here.
It's confusing because the installation directions are different on master and the v5.0.0 release. See here:
https://github.com/agenda/agenda/#installation
This says
npm install @hokify/agenda
But in the code for v5.0.0
v4.4.0...v5.0.0#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
This says
npm install agenda
When I try to use
npm install agenda
, I don't see the code that is in the master branch here. For eg,touch
does not have a progress parameter and there is no function calledisExpired()
available under theJob
class.Am I missing something obvious here? Am I supposed to start using
@hokify/agenda
? Is@hokify/agenda
production ready?The text was updated successfully, but these errors were encountered: