Skip to content
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

parse-server queries not executing on calling server #6080

Closed
matthewchung74 opened this issue Sep 23, 2019 · 0 comments
Closed

parse-server queries not executing on calling server #6080

matthewchung74 opened this issue Sep 23, 2019 · 0 comments

Comments

@matthewchung74
Copy link

matthewchung74 commented Sep 23, 2019

We have a heroku web api server and worker dyno where the worker dyno does queries such as

    const query = new Parse.Query(dmClasses.User)
      .greaterThan('foo', 5)
      .limit(100);

we are seeing these queries show up on our web api server dyno which is confusing. We would expect it to execute and log on the worker dyno. The only logs showing in our worker dyno are our custom console logs.

Does anyone have any idea why something like this might happen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant