mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
fix send message. look at redis on session create
This commit is contained in:
parent
818f8721e9
commit
54ade11a98
5 changed files with 38 additions and 40 deletions
|
|
@ -73,7 +73,7 @@ async function kafkaQuery(
|
|||
country: country ? country : null,
|
||||
};
|
||||
|
||||
await kafka.sendKafkaMessage(params, 'session');
|
||||
await kafka.sendMessage(params, 'session');
|
||||
|
||||
await redis.set(`session:${session_uuid}`, '');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue