Coder Social home page Coder Social logo

LimitExceededException: Subscriber limit exceeded: Only 10 tables can be created, updated, or deleted simultaneously about dynamodb-lambda-autoscale HOT 8 CLOSED

channl avatar channl commented on July 20, 2024
LimitExceededException: Subscriber limit exceeded: Only 10 tables can be created, updated, or deleted simultaneously

from dynamodb-lambda-autoscale.

Comments (8)

tmitchel2 avatar tmitchel2 commented on July 20, 2024 1

Yes I've done most of it, couldn't figure out quite why it wasn't working and at the end of the evening remembered I needed to make follow up calls to describe table to get the status. I've split out all the table updates into a new rate limited section. Unfortunately waiting for the table updates to complete will incur some additional runtime but the waiting only kicks in if you need to update more than ten tables. I think all of that makes it the most optimal.... I should get it fully complete today

from dynamodb-lambda-autoscale.

tmitchel2 avatar tmitchel2 commented on July 20, 2024

Interesting, i didn't know this limit existed. I'll patch this tonight. Thanks for raising.

from dynamodb-lambda-autoscale.

estahn avatar estahn commented on July 20, 2024

@tmitchel2 Great, looking forward to it. I will open up a pull request for fetching "all tables" as this has a limit too.

from dynamodb-lambda-autoscale.

estahn avatar estahn commented on July 20, 2024

@tmitchel2 Any success in rate limiting this? Otherwise i just change it to all synchronous.

from dynamodb-lambda-autoscale.

estahn avatar estahn commented on July 20, 2024

Sounds great. I don't see any way around the additional runtime either, otherwise you won't be able to rate limit it.

from dynamodb-lambda-autoscale.

tmitchel2 avatar tmitchel2 commented on July 20, 2024

Ok this got a bit more involved than i had hoped! Anyway, i think i have it working now and ive just checked it in. I done some testing but please give is a good go to see if its working for you. Please reopen straight away if there's an issue.

from dynamodb-lambda-autoscale.

estahn avatar estahn commented on July 20, 2024

It runs successfully if i run it on my local but it doesn't seem to finish on time when running on Lambda.

2016-07-21T01:21:35.682Z    63281c86-4ee1-11e6-83d8-e5e9318c6581
{
    "errorMessage": "Connection timed out after 5000ms",
    "errorType": "TimeoutError",
    "stackTrace": [
        "ClientRequest.<anonymous> (/var/runtime/node_modules/aws-sdk/lib/http/node.js:56:34)",
        "ClientRequest.g (events.js:260:16)",
        "emitNone (events.js:67:13)",
        "ClientRequest.emit (events.js:166:7)",
        "TLSSocket.emitTimeout (_http_client.js:533:10)",
        "TLSSocket.g (events.js:260:16)",
        "emitNone (events.js:67:13)",
        "TLSSocket.emit (events.js:166:7)",
        "TLSSocket.Socket._onTimeout (net.js:318:8)",
        "_runOnTimeout (timers.js:524:11)"
    ]
}

from dynamodb-lambda-autoscale.

estahn avatar estahn commented on July 20, 2024

Never mind, i had to increase the memory limit for the lambda function which resolved the issue. Work nicely now. Great job!

from dynamodb-lambda-autoscale.

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.