You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by codecakes March 10, 2024
TL;DR: #523
Objective: Make it easy for local crm development to be as decoupled from dependent services.
Explanation: As in PR #523 proposal, I found few glitches to setting up and running the api that could require workaround if doing a full swing development. If we can end up making changes and just testing it by running docker compose -f docker/docker-compose.yml up with some opinionated services for queue brokering and backend storage, then driving the development forward would be easier.
Advantages:
Just like how dependant services would be spun up on cloud such as redis, celery, postgres
dependent services once containerized reduce time wasted on local metal configuration. we don't need to manually run, clear or flush redis, celery instances.
Discussed in #524
Originally posted by codecakes March 10, 2024
TL;DR: #523
Objective: Make it easy for local crm development to be as decoupled from dependent services.
Explanation: As in PR #523 proposal, I found few glitches to setting up and running the api that could require workaround if doing a full swing development. If we can end up making changes and just testing it by running
docker compose -f docker/docker-compose.yml up
with some opinionated services for queue brokering and backend storage, then driving the development forward would be easier.Advantages:
The text was updated successfully, but these errors were encountered: