stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.26k stars 117 forks source link

Issue with datastore.recent #199

Closed Marak closed 8 years ago

Marak commented 8 years ago

Seeing some issues with datastore.recent not working. Based on the code comments it looks like recent will need to be slightly re-built in https://github.com/bigcompany/hook.io-datastore to use a proper cursor implementation.

Shouldn't take too long...until then datastore.recent isn't quite working.

Marak commented 8 years ago

Hot patched in production.

Issue seems due to a missing cursor recursion at https://github.com/bigcompany/hook.io-datastore/blob/master/index.js#L66

Should be working now.