Giter Club home page Giter Club logo

Comments (7)

mkantautas avatar mkantautas commented on May 11, 2024 1

Resolved. This helped - https://divinglaravel.com/horizon/before-the-dive to find out where the max timeout can be set. We desperately need official documentation !

from horizon.

wells avatar wells commented on May 11, 2024

@yovanoc The default queue timeout is likely the cause of these failures. Given you are uploading large files, you will need either a really big timeout (hours) defined for this job or have some way to avoid timeouts altogether. I'm not sure you can define a null timeout for horizon jobs without the default taking over and being enforced.

from horizon.

yovanoc avatar yovanoc commented on May 11, 2024

Its small file but when i upgrade the timeout i have another error now :

GuzzleHttp\Exception\ClientException: Client error: POST https://s3-us-west-2.amazonaws.com/XXXXXXXX/159a9bfb9e2315.mp4?uploads resulted in a 403 Forbidden response:

XXXX replace my bucket ... I've created an IAM user with S3FullAccess, and in sync is it working i don't understand...

from horizon.

themsaid avatar themsaid commented on May 11, 2024

This doesn't look like an issue with Horizon, 403 Forbidden means an issue in your credentials, make sure the environment where the worker is running is correctly configured.

from horizon.

yovanoc avatar yovanoc commented on May 11, 2024

Is it working when I put QUEUE_DRIVER to sync but not with redis for Horizon ... what's the problem so?

from horizon.

yovanoc avatar yovanoc commented on May 11, 2024

I put retry after 2 hours, in queue config and in horizon waits config too, when i do the same job for a simple .png image its working, when i upload 45 sec videos files long isn't .... but when i put queue driver on SYNC, is working perfectly .... where can be the problem?

from horizon.

mkantautas avatar mkantautas commented on May 11, 2024

Same problem here - my all long jobs when used with horizon keeps failing(because of timing out) and I don't know how could I increase the timeout e.g. to 3600 , the horizon documentation doesn't help on this part.

from horizon.

Related Issues (20)

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.