issues
search
maragudk
/
goqite
Go queue library built on SQLite and inspired by AWS SQS.
https://maragudk.github.io/goqite/
MIT License
435
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Concurrency limit
#59
michaelangeloio
opened
6 days ago
1
Delete does not error when message id does not exist
#58
retr0h
closed
1 month ago
2
Move module to maragu.dev/goqite
#57
markuswustenberg
opened
2 months ago
0
Added CreateWithDelay to allow the jobs package to use the built-in delay feature
#56
AsyncAlchemist
opened
4 months ago
0
Delivery delay mechanism
#54
AsyncAlchemist
opened
4 months ago
3
Suggestion: Update Create Table to be Create Table If Not Exists
#52
immannino
closed
4 months ago
2
Feature request: Add options for job retention
#51
mikestefanello
closed
5 months ago
0
Idea: Add type-safe queues
#50
mikestefanello
closed
5 months ago
1
Feature request: Optionally specify a time or duration to delay execution of a task
#49
mikestefanello
closed
5 months ago
1
Prevent setup error if schema already exists.
#48
mikestefanello
closed
5 months ago
1
Add error logging support
#47
mikestefanello
closed
5 months ago
1
Don't panic when encountering an unregistered job
#46
CalebBassham
closed
5 months ago
4
Add Queue.SendAndGetID method
#45
markuswustenberg
closed
6 months ago
1
Update message ID in Send/SendTx
#44
markuswustenberg
closed
6 months ago
2
Return ID from Send/SendTx
#43
markuswustenberg
closed
6 months ago
2
Report id of database row inserted by Send.
#42
austinjp
closed
6 months ago
15
Change all functions to return Message and error.
#41
austinjp
closed
6 months ago
3
Add job runner timeout option
#40
markuswustenberg
closed
6 months ago
1
Add jobs.CreateTx to create a job inside a current transaction
#39
markuswustenberg
closed
6 months ago
0
Add jobs.Runner
#38
markuswustenberg
closed
6 months ago
1
Add Abort?
#37
markuswustenberg
closed
6 months ago
1
Remove ctx from inTx helper
#36
markuswustenberg
closed
8 months ago
0
Consider adding a pub/sub mechanism
#35
markuswustenberg
opened
8 months ago
0
Possible performance issue, with cause and solution included.
#34
iredmail
closed
8 months ago
2
Rename Initialize to Setup and fix examples
#33
markuswustenberg
closed
8 months ago
0
Check connection pool settings in benchmark
#32
markuswustenberg
opened
8 months ago
0
Add Initialize function
#31
markuswustenberg
closed
8 months ago
0
feature request: add other db drivers
#30
maltegrosse
opened
8 months ago
5
Use prepared statements
#29
markuswustenberg
opened
8 months ago
0
Add stats method
#28
markuswustenberg
opened
8 months ago
0
Add method to get dead messages
#27
markuswustenberg
opened
8 months ago
0
Add composite index on (queue, created)
#26
markuswustenberg
closed
8 months ago
0
Add HTTP Go client
#25
markuswustenberg
opened
8 months ago
0
Add long-polling in HTTP handler
#24
markuswustenberg
closed
8 months ago
1
Refactor http handler, now just called Handler
#23
markuswustenberg
closed
8 months ago
0
Fix flaky tests
#22
markuswustenberg
closed
8 months ago
1
Add Handle convenience function?
#21
markuswustenberg
opened
8 months ago
0
Accept interface in handler instead of Queue
#20
markuswustenberg
closed
8 months ago
0
Fix timing-dependent flaky tests
#19
markuswustenberg
closed
8 months ago
0
Create indexes on table
#18
markuswustenberg
closed
8 months ago
0
Implement HTTP long polling in GET handler
#17
markuswustenberg
closed
8 months ago
0
Add HTTP handlers
#16
markuswustenberg
closed
8 months ago
1
Test remaining panics
#15
markuswustenberg
closed
8 months ago
0
Implement ReceiveAndWait
#14
markuswustenberg
closed
8 months ago
0
Support explicit transactions for all methods
#13
markuswustenberg
closed
8 months ago
0
Add Extend method to extend timeout of message
#12
markuswustenberg
closed
8 months ago
0
Downgrade to Go 1.18
#11
markuswustenberg
closed
8 months ago
0
Add method to extend timeout for a message
#10
markuswustenberg
closed
8 months ago
0
Add separate queue concept
#9
markuswustenberg
closed
8 months ago
0
Add code coverage reporting
#8
markuswustenberg
closed
9 months ago
1
Next