Philipp

Results 20 comments of Philipp

Any updates here? @muditgrover still interested?

for a quick fix, this combination worked for me: "serverless-offline": "5.12.1", "serverless-offline-sqs": "3.1.3",

With this plugin order, the http server is starting again, but the sqs lambda gets not triggered anymore. ``` plugins: - serverless-webpack - serverless-offline - serverless-offline-sqs ```

Thank you very much! This works also for me.

But if they do not update the serverless-offline package, wouldn't this mean, that the whole serverless.js ecosystem is not useable anymore?

Same here, would be interesting if this is possible with bull.

@manast thanks for the tip. I didn't know that there is a pro version. Not related to that topic here, but there is no way to apply different rate limits...

Yeah absolutely. A rate limit per worker would be extremely helpful. We could completely remove our custom logic.

> So basically what you would need in this case it is a rate limit at the worker level (assuming there is only one worker per IP address). @manast do...

Thanks @shinnoki for the patch! It is working great for a small package of the monorepo. But I'm running into errors with a larger one. The build throw a lot...