Logo
Explore Help
Sign In
TheArchive/zitadel
1
0
Fork 0
You've already forked zitadel
mirror of https://github.com/zitadel/zitadel.git synced 2025-08-11 19:37:31 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
3978613cc583bf0b3436676dc307d0e1ba00aae1
zitadel/internal/queue/database.go

7 lines
87 B
Go
Raw Normal View History

refactor(notification): use new queue package (#9360) # Which Problems Are Solved The recently introduced notification queue have potential race conditions. # How the Problems Are Solved Current code is refactored to use the queue package, which is safe in regards of concurrency. # Additional Changes - the queue is included in startup - improved code quality of queue # Additional Context - closes https://github.com/zitadel/zitadel/issues/9278
2025-02-27 11:49:12 +01:00
package queue
const (
schema = "queue"
applicationName = "zitadel_queue"
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 252ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API