pandrews-hdai

Results 4 issues of pandrews-hdai

I'm using promise-pool in my application for controlling the concurrency of a file downloader to avoid triggering the request rate limitations of an upstream API, for which it's working fairly...

Now that I've spent the better part of a week debugging various issues and trying to find examples for injecting mocked models into repositories and just not having any luck...

I've been trying to migrate an AWS environment from Aurora MySQL to Aurora Serverless PostgreSQL and when checking on the migrated DB it seems that pgloader has implicitly activated 'downcase...

Adds an optional timeout parameter to the pool setup that, if enabled, rejects promises after the timeout period preventing promises from hanging and clogging the pool reducing concurrency. Fixes #48