Giter VIP home page Giter VIP logo

minion-backend-mongodb's People

Contributors

avkhozov avatar emilianobruni avatar manwar avatar

Stargazers

 avatar

Watchers

 avatar  avatar

minion-backend-mongodb's Issues

MongoDB::NetworkTimeout: Timed out while waiting for socket to become ready for reading

If you enqueue at the same time a bunch of complex jobs (simulate with sleep 1) driver disconnects:

MongoDB::NetworkTimeout: Timed out while waiting for socket to become ready for reading

Output from mongod log:

{"t":{"$date":"2022-07-22T17:26:06.526+03:00"},"s":"W", "c":"QUERY", "id":20478, "ctx":"conn5098","msg":"getMore command executor error","attr":{"error":{"code":237,"codeName":"CursorKilled","errmsg":"operation was interrupted"},"stats":{"stage":"COLLSCAN","filter":{"$and":[{"queue":{"$eq":"default"}},{"_id":{"$gte":{"$oid":"62dab366b47f6cb578a01208"}}}]},"nReturned":0,"works":134,"advanced":0,"needTime":131,"needYield":0,"saveState":3,"restoreState":2,"isEOF":0,"direction":"forward","docsExamined":128},"cmd":{"getMore":9116968115045765046,"collection":"minion.notifications","maxTimeMS":5000}}}

We have hotfixed it as a temporary solution by removing tailable_await and max_await_time_ms in in _await function

Bug in job->note method when no arguments passed

$job->note must be used only to set notes. To get notes you must use $job->info->{notes}. But if you call $job->note without arguments, the job record will be destroyed in something like this

{
    "_id" : ObjectId("xxxxxxxxxxxxxxxxxxxxx"),
    "upsert" : 0,
    "returnDocument" : "after"
}

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.