Olanipekun Femi
Olanipekun Femi
See the method used in issue #203 If it relates to this.
I just tested the fix in PR #3424, and it works. Can it be merged into the main branch?
Add waitSeconds to the loader config at `/community-app/app/scripts/loader-build.js` and `/community-app/app/scripts/loader.js`. The value should be 0, so requireJs will wait until all the modules are fully loaded. Example. ```js require.config({ waitSeconds:...
@kiran-vsm Tested this fix and it works.
You can add Firebase support to the database service. Add the unit tests and create a pull request.
You can add dynamoDB support to the database service found in ./services/database. Add the unit test and create a pull request. See https://github.com/dynamoose/dynamoose
Sorry for the late response. If you still need this, you can comment out the dependencies in the database service file here `services/database/index.js` The queue is also inactive by default...
The queue and the request logs still depend on Mongo for the scheduler. Removing Mongo it'll break the scheduler. Leave the `logMongo` active.
Use this docker file. https://gist.github.com/iolufemi/a39521f43c7e41640dad3e939899d6b5