Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Topic Proposals:

  • asynchronous mutations

  • release notes

Presentations / Attachments

Attachments

Minutes

...

async mutations

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

  • Configuration of the core to use async mutation

    Code Block
     {'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

    Code Block
     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

...