Code Monkey home page Code Monkey logo

Comments (6)

tewodrosGirmaA avatar tewodrosGirmaA commented on August 16, 2024

image

from golem-js-preview-program.

tewodrosGirmaA avatar tewodrosGirmaA commented on August 16, 2024

I have shared the GitHub repository above, but it appears that it is not displayed as a clickable link. Here is the forked GitHub repository: https://github.com/tewodrosGirmaA/golem-js-preview-program

from golem-js-preview-program.

VanDavv avatar VanDavv commented on August 16, 2024

Hi @tewodrosGirmaA,

Thank you for your submission and patience! I reviewed your feedback and will verify the code as well, but could you describe what you meant by

Additionally, issues is with network connectivity

Mentioned here

And could you also provide more context on the screenshot you've shared?

from golem-js-preview-program.

tewodrosGirmaA avatar tewodrosGirmaA commented on August 16, 2024

Hi @VanDavv,

Thank you for your comment. To address your first question, the screenshot I shared in my previous comment was intended to show the error I encountered while trying to locate the environmental variable(YAGNA_APPKEY). As this was not directly related to the feedback, I included it in the comment section.

Regarding network connectivity, I raised this issue in my feedback because Golem's providers are distributed globally, which can sometimes result in latency or connectivity issues that affect task performance. However, Golem offers a built-in retry mechanism that can help mitigate these issues. For example, you can use the following code to retry failed tasks up to three times:

const results = await Promise.all(
tasks.map((task) =>
executor.map(task.func, task.input, { retries: 3 })
)
);

By carefully selecting and configuring the browser and utilizing Golem's retry mechanism, you can ensure that your image conversion task is executed successfully on the Golem network. ( I would like to clarify that my suggestion for further reference was a personal recommendation and not an official one. Additionally, I asked someone for their input and included it as an additional suggestion. I apologize for any confusion this may have caused)

from golem-js-preview-program.

VanDavv avatar VanDavv commented on August 16, 2024

Excellent, thanks for the clarification and additional context! I'll happily accept this submission now

from golem-js-preview-program.

tewodrosGirmaA avatar tewodrosGirmaA commented on August 16, 2024

Thank you for your kind words and for accepting the submission.

from golem-js-preview-program.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.