Giter Club home page Giter Club logo

Comments (6)

erbg avatar erbg commented on August 27, 2024 1

Great! Thanks

from helm-charts.

lippertmarkus avatar lippertmarkus commented on August 27, 2024

Hello,
yes it's possible, but there are limitations:

  1. Multiple BC service tiers are not able to share session data between each other, so you need to enable sticky sessions (same person is always directed to the same pod) in your ingress controller.
  2. With sticky sessions enabled, if one of the pod fails, the users sticking to the failing instance can't transparently continue working on another one. If their "assigned" instance fails they would be redirected to the login prompt and need to log in again.

from helm-charts.

erbg avatar erbg commented on August 27, 2024

Wow, great.
Sticky sessions are already in place.

My i ask a second thing, what about Job Queue, how do you handle this?

from helm-charts.

lippertmarkus avatar lippertmarkus commented on August 27, 2024

What do you mean? Jobs are stored in the external database and are executed by any service tier that has the Job Queue enabled.

from helm-charts.

erbg avatar erbg commented on August 27, 2024

My question is always connected to a multi pod environment. If i have 2 PODs that have a Job Queue enabled. Is BC then executing a timer job just once on one POD or will it execute twice? Just to understand if i need a special deployment for the pods with Job Queue enabled.
Thanks.

from helm-charts.

lippertmarkus avatar lippertmarkus commented on August 27, 2024

BC will execute it just once

from helm-charts.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.