Git Product home page Git Product logo

Comments (5)

tieleman avatar tieleman commented on August 22, 2024

How many jobs are in your database, and which database are you using (sqlite, mysql?)?

/jobs simply returns the active jobs from memory, while /jobs/:id performs a trip to the database to retrieve that job. If there are a lot of jobs in your database that might be the reason (especially if you're on sqlite), or the machine is so CPU-bound that reading the database becomes slow. Try purging old finished jobs (there's an endpoint for that).

from codem-transcode.

tieleman avatar tieleman commented on August 22, 2024

Also, I just pushed a commit (9e75228) that returns a job from memory if it exists. There's no need to go to the database if the job is already in memory.

from codem-transcode.

guilhermednt avatar guilhermednt commented on August 22, 2024

OH, of course! I totally forgot about sqlite... I was using it to test before. Thanks a lot @tieleman!

from codem-transcode.

tieleman avatar tieleman commented on August 22, 2024

np, good luck!

from codem-transcode.

guilhermednt avatar guilhermednt commented on August 22, 2024

Just to let you know: I applied 9e75228 and it by itself already solved the problem. Sure, I still have to use a decent database, but now I'm able to procrastinate a bit more on that on focus on other things. hehe

Thanks again @tieleman!

from codem-transcode.

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.