Skip to content

parse-server queries not executing on calling server #6080

Closed
@matthewchung74

Description

@matthewchung74

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions