thosakwe / feathers-seeder

Straightforward data seeder for Feathers.js services. Promise-based.
https://docs.feathersjs.com/guides/seeding-services.html
MIT License
38 stars 6 forks source link

ResourceRequest timed out #23

Closed musicformellons closed 5 years ago

musicformellons commented 5 years ago

When I increase the number of 'users' I seed I get:

{ GeneralError: ResourceRequest timed out
    at new GeneralError (/home/usr/api_server/node_modules/feathers-errors/lib/index.js:177:17)
    at /home/usr/api_server/node_modules/feathers-seeder/lib/index.js:45:15
  type: 'FeathersError',
  name: 'GeneralError',
  message: 'ResourceRequest timed out',
  code: 500,
  className: 'general-error',
  data: undefined,
  errors: {} } +0ms

With just 10 users it gets through without error, but some more and the error will come.

thosakwe commented 5 years ago

You’ll need to send a PR for this. The codebase hasn’t been touched in months, so perhaps you’re using a version of Feathers that introduced breaking changes.

musicformellons commented 5 years ago

Yeah, probably. I am on Feathersjs Buzzard. I will write my own script using this article.

thosakwe commented 5 years ago

It might make more sense to send a PR, so that people can continue to use feathers-seeder. On Sat, Sep 22, 2018 at 3:19 AM musicformellons notifications@github.com wrote:

Closed #23 https://github.com/thosakwe/feathers-seeder/issues/23.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/thosakwe/feathers-seeder/issues/23#event-1861495855, or mute the thread https://github.com/notifications/unsubscribe-auth/AJiKPM0hTR4j0HbXP7gyY6dQtL7ZlcKrks5udeR2gaJpZM4W034E .