Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
memo
main
Memo
Chunking
Config
Chunking
EmbeddingService
Queue
Search
Database
Document
Projection
Providers
Base
EmbedResult
Mock
OpenAI
RRF
Item
Search
Filters
Result
Service
QueueStats
Stats
Storage
Generated using Crystal 1.16.3
2026-01-17 23:15:12 UTC
struct
Memo::
Service::
QueueStats
Memo::Service::QueueStats
Struct
Value
Object
Overview
Queue statistics
Defined in:
memo/service.cr
Constructors
.new
(pending : Int64, failed : Int64)
Instance Method Summary
#failed
: Int64
#pending
: Int64
Constructor Detail
def self.
new
(pending : Int64, failed : Int64)
#
[
View source
]
Instance Method Detail
def
failed
: Int64
#
[
View source
]
def
pending
: Int64
#
[
View source
]