Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sessions table with DatabaseSessionService does not get updated #2721

Closed
Assignees
DeanChensjGWeale
Labels
services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc
@marcopellegrino-devoteam

Description

Describe the bug
The fields in the sessions table are never getting updated. For examplelastUpdateTime sticks to the time the session was created, and theevents field is not updated if new messages are sent.

To Reproduce

  1. Create a session
  2. Send a few messages
  3. Inspect the the sessions via API(/apps/{app_name}/users/{user_id}/sessions) or in my case also via SQL query because I use a DatabaseSessionService (AlloyDB).

Expected behavior
ThelastUpdateTime field should be updated with the timestamp of the last message and theevents should contain the sessions events.

  • Python version: 3.11
  • ADK version: 1.11.0

Metadata

Metadata

Labels

services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2026 Movatter.jp