issues
search
joncrlsn
/
dque
dque is a fast, embedded, durable queue for Go
MIT License
767
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Delete consumed and complete segments on load + Close segment file handles
#41
nikolaydimitrov
closed
1 month ago
0
Make sure the first segment is not empty or it's not complete (is current)
#40
nikolaydimitrov
closed
1 month ago
2
fix file is being used by another process
#39
susarlanikhilesh
opened
1 year ago
1
Fix race detector going off by nil check outside lock
#38
rreuvekamp
opened
1 year ago
0
Occasional: Queue is in an inconsistent state
#37
sithembiso
opened
2 years ago
0
how to view queue content
#36
wanghai1988
opened
2 years ago
0
Fix broken object while enqueueing
#35
ye-will
opened
2 years ago
0
DQue should be an Interface
#34
nfoerster
opened
2 years ago
0
Corrupted data when opening existing queue
#33
baryluk
opened
2 years ago
0
What could cause a decode failure on the segmentSize boundary?
#32
mjskier
closed
2 years ago
3
Unable to import v2.x.x in go.mod
#31
salmanazmat666
opened
2 years ago
1
Dequeue is failing while deleting the segment "The process cannot access the file because it is being used by another process"
#30
ysaik
opened
3 years ago
3
Release file lock if queue load failed
#29
mengmengy
closed
3 years ago
2
Wrong marshaling
#28
un000
opened
3 years ago
0
releases the lock when load fail
#27
DanielLeung
opened
3 years ago
1
Move item to end of queue
#26
jlelse
opened
4 years ago
0
Prepend functionality
#25
iseletsk
opened
4 years ago
11
Fix concurrency issues in DequeueBlock and PeekBlock
#24
damz
closed
4 years ago
1
Cannot get latest version: module contains a go.mod file, so module path should be github.com/joncrlsn/dque/v2
#23
KateGo520
opened
4 years ago
1
invalid memory address or nil pointer dereference on dequeue
#22
dllz
opened
4 years ago
10
Implement blocking Dequeue and Peek
#21
Kriechi
closed
4 years ago
1
Blocking Dequeue & Peek functions
#20
Kriechi
closed
4 years ago
1
Batch peek and dequeue operations
#19
neilisaac
closed
3 years ago
11
Run CI for all PRs, run tests with -race, only show turbo timing on errors
#18
neilisaac
closed
4 years ago
1
Handle additional errors when loading corrupted segments
#17
neilisaac
closed
4 years ago
2
protect the queue directory by a lockfile
#16
Kriechi
closed
4 years ago
11
avoid using new errors api
#15
neilisaac
closed
4 years ago
0
return ErrCorruptedSegment to handle corrupted segment files
#14
neilisaac
closed
4 years ago
6
Batch peek and dequeue operations
#13
neilisaac
opened
4 years ago
6
Use Github Actions to run unit tests and golangci-lint
#12
neilisaac
closed
4 years ago
1
Run unit tests and lint checks in CI
#11
neilisaac
closed
4 years ago
2
Segment files are not closed explicitly
#10
neilisaac
closed
4 years ago
3
Implement lazy decoding
#9
neilisaac
opened
4 years ago
1
DQue.Size and SegmentNumbers are not thread-safe
#8
neilisaac
closed
4 years ago
6
Error when directory doesn't exist
#7
kbariotis
closed
5 years ago
4
Add ability to clean queue
#6
moredure
opened
5 years ago
2
We are still failing...
#5
identd113
closed
4 years ago
2
Question: single process?
#4
dwoske
closed
4 years ago
1
Windows & leaking filedescriptors
#3
Kimbsen
closed
4 years ago
3
Lock files with flock()
#2
brk0v
closed
4 years ago
1
Code and tests for turbo mode
#1
joncrlsn
closed
6 years ago
1