madhums / madhums/node-imager

Performance of upload function

Open
#36 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

performance
Dominant language
JavaScript
Stars
267
Forks
60
PR merge metrics
No merged PRs in 30d

Description

When my program executes to the upload function, it always uploads the first few files, and the entire program gets stuck somewhere. Usually, I have to stop the program, re-run a couple times, before the upload function starts to work again. It seems like theres a peak of the upload function that once my program hops over that peak, the upload function executes perfectly. However, if it doesn't jump over that peak, the program gets stuck. Has this happened to anyone?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named; start by locating the upload function in this Node.js module and reproduce the reported hang after the first few files. Trace the upload path for Rackspace Cloud Files and Amazon S3, then verify that repeated uploads complete without needing to stop and rerun the program.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, javascript, node.js
Domain
backend, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.