alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
24 stars 4 forks source link

BUG: session extend messages + lost capability #4160

Closed techsmyth closed 2 months ago

techsmyth commented 3 months ago

Describe the bug IN local development, there are non-stop session extend messages:

image.png

Concern is that session extensions have been lost for a while now. Also get this message all the time in error logs:

image.png

Overall makes server development a bit less effective

To Reproduce Steps to reproduce the behavior:

  1. Set up for local development

Expected behavior Sessions are extended?

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Areas that will be affected as part of the fix Optional, to be added by developer if relevant

hero101 commented 3 months ago

Session extend has been disabled on the cloud for a couple of months now, due to that capability not working at all on Orys side. What I would suggest is to

  1. Disable the feature by default.
  2. Recheck if it has been fixed
  3. Raise a github issue if still not working
techsmyth commented 2 months ago

@me-andre on my local dev env I am still getting the session extend storm happening:

image

techsmyth commented 2 months ago

@valentinyanakiev when this happens locally, I also nearly always see the connection to rabbit mq being dropped. Could this also be what is triggering the dropped rabbitmq connections on production?