question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Async configuration

See original GitHub issue

The mongoose module for nest/js (@nestjs/mongoose) recently introduced the support for async configuration with MongooseModule.forRootAsync() method.

https://docs.nestjs.com/techniques/mongodb

Is there any plan here to support the same functionality soon?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
kpfromercommented, Sep 11, 2018

I can definitely take a look and try to get this implemented in the next couple of days.

1reaction
kpfromercommented, Nov 26, 2018

Sorry for responding so late. I have been busy with school for the past few months. I am currently working on it though. Hopefully, I will get it done in the next two weeks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Do @Async in Spring - Baeldung
Let's start by enabling asynchronous processing with Java configuration. We'll do this by adding the @EnableAsync to a configuration class: @ ...
Read more >
Getting Started | Creating Asynchronous Methods - Spring
This guide walks you through creating asynchronous queries to GitHub. ... This project is configured to fit the examples in this tutorial.
Read more >
@Async Methods with Spring @EnableAsync - HowToDoInJava
Spring comes with @EnableAsync annotation and can be applied to a @Configuration class for asynchronous behavior.
Read more >
Spring @Async Annotation for Asynchronous Processing
Spring @Async annotation allows us to create asynchronous methods in spring. Let's explore @Async in this tutorial on spring framework.
Read more >
Spring @Async for Asynchronous Processing
1. Enable Async Support by @EnableAsync ... To enable the asynchronous processing, add the @EnableAsync annotation to the configuration class.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found