Jonas Tranberg

Results 9 comments of Jonas Tranberg

PR #6 has been merged

Having the same issue, tried to benchmark having 100k cronjobs in KeyDB but only got to creating about 2k before it crashed and when restarted the jobs was gone. My...

I'm currently developing a refactored v2 of this project so maybe it could be a part of that roadmap?

That would be a nice little feature to have, i will take that into consideration.

Thanks for the suggestion. This will be a good candidate for a feature for version 2 of this project. It can be found on the v2 branch but it is...

I think this code might be a better fit for the v2 branch. Would you please look into adding this to v2 instead? Also thanks a lot for you interest...

My bad you did indeed target the v2 branch! The package is meant the be build and published to npm so this repo does itself not hold the build.

No, when running `npm install` the client fetches a tarball from the npm registry with the released package and extracts it into `node_modules/`. You can find links to the tarball...

Guess we can close this one. Ended up just adding a unique id for all nodes and set it's label like so: ```go id := uuid.New().String() childNode, _ := graph.CreateNode(id)...