Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

Date: 2024-03-14

Objective: Weekly space for deep dive topics

Participants: (kindly only add your own names, not those of other participants)

Topic Proposals:

  • asynchronous mutations

  • release notes

Presentations / Attachments

  File Modified
You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
No files shared here yet.
  • Drag and drop to upload or browse for files
  • Minutes

    async mutations

    • Default configuration should be True unless “DEV_MODE“ environmental variable set to True

    • Configuration of the core to use async mutation

       {'async_mutations':'True'}
    • to benefit of the async mutations, several worker should be created; Docker compose section for worker /!\ don’t work with named container

       worker:
          image: ghcr.io/openimis/openimis-be:${BE_BRANCH:-develop}
          command: worker
          restart: always
          deploy:
            mode: replicated
            replicas: 8
          depends_on: 
            - backend
          environment: *backend-env
          volumes:
            - photos:/openimis-be/openIMIS/images/insurees
          networks:
            openimis-net

    Release notes:

    Questions

    Additional Resources

    • No labels