Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / peter-wangxu/persist-queue issues and pull requests

#215 - [Snyk] Security upgrade cbor2 from 5.4.6 to 5.6.0

Pull Request - State: closed - Opened by peter-wangxu about 2 months ago

#213 - Provide async api

Issue - State: open - Opened by Clockwork-Muse 3 months ago

#210 - Added py.typed marker

Pull Request - State: closed - Opened by bierus 4 months ago

#209 - Error while get queue element by id

Issue - State: open - Opened by L0stCluster 4 months ago

#207 - pre-release of version 1.0.0

Pull Request - State: closed - Opened by peter-wangxu 5 months ago

#206 - [Snyk] Security upgrade cbor2 from 5.4.6 to 5.6.0

Pull Request - State: closed - Opened by peter-wangxu 5 months ago

#205 - [Snyk] Security upgrade cbor2 from 5.4.6 to 5.6.0

Pull Request - State: closed - Opened by peter-wangxu 5 months ago

#204 - [Snyk] Security upgrade dnspython from 2.3.0 to 2.6.0rc1

Pull Request - State: closed - Opened by peter-wangxu 5 months ago

#203 - fix inproper log of importing

Pull Request - State: closed - Opened by peter-wangxu 5 months ago - 2 comments

#201 - Remove support for python2

Pull Request - State: closed - Opened by peter-wangxu 5 months ago - 1 comment

#200 - add python3.9~3.12 ci tests

Pull Request - State: closed - Opened by peter-wangxu 5 months ago - 1 comment

#198 - AttributeError: module 'persistqueue' has no attribute 'MySQLQueue'

Issue - State: closed - Opened by psagarna 12 months ago - 3 comments

#197 - add sqlite3 cleanup method

Pull Request - State: closed - Opened by mo-pyy about 1 year ago - 1 comment

#196 - Adding missing exports in __init__.py from sqlackqueue

Pull Request - State: closed - Opened by Yomguithereal about 1 year ago - 1 comment

#195 - FILOSQLiteAckQueue is not exported from __init__

Issue - State: closed - Opened by Yomguithereal about 1 year ago - 2 comments

#194 - Add full() API and tests

Pull Request - State: closed - Opened by brendan-simon-indt over 1 year ago

#191 - CBOR serializer (using cbor2 package)

Pull Request - State: closed - Opened by brendan-simon-indt over 1 year ago - 1 comment

#190 - Misplaced comma in _sql_mark_ack_status causing function not to be called

Pull Request - State: closed - Opened by doliynyk-nference over 1 year ago - 2 comments

#189 - Get() hangs when used with pqid

Issue - State: open - Opened by w1am over 1 year ago - 1 comment

#188 - What if data is already serialized Part II ?

Issue - State: closed - Opened by dineshbvadhia over 1 year ago - 1 comment

#187 - What if data is already serialized

Issue - State: closed - Opened by dineshbvadhia almost 2 years ago - 2 comments

#186 - Priority queue

Issue - State: open - Opened by Ancieg almost 2 years ago - 4 comments
Labels: feature

#185 - Update doc for file based queue

Pull Request - State: closed - Opened by peter-wangxu about 2 years ago - 1 comment

#184 - Queue items not removed after each get()

Issue - State: closed - Opened by rayosborn about 2 years ago - 3 comments
Labels: doc

#183 - sqlite vacuum not working

Issue - State: closed - Opened by mo-pyy about 2 years ago - 8 comments
Labels: need investigation

#182 - Add `shrink_disk_usage` for sqlite3 base queues

Pull Request - State: closed - Opened by peter-wangxu about 2 years ago - 1 comment

#180 - Queue gets corrupted after power cut

Issue - State: closed - Opened by jensanjo over 2 years ago - 9 comments

#179 - Connection not die after kill signal.

Issue - State: open - Opened by instasck over 2 years ago - 1 comment

#178 - Create an index on the status column

Pull Request - State: closed - Opened by imidoriya over 2 years ago - 5 comments

#177 - Fix end of queue increment

Pull Request - State: closed - Opened by imidoriya over 2 years ago - 3 comments

#176 - File is not getting cleared after get() function

Issue - State: closed - Opened by dark-himaro over 2 years ago - 13 comments

#175 - SQLite objects created in a thread can only be used in that same thread

Issue - State: closed - Opened by tahseenjamal over 2 years ago - 2 comments

#174 - Add mysql support

Pull Request - State: closed - Opened by peter-wangxu over 2 years ago - 3 comments

#173 - mySQL db

Issue - State: closed - Opened by KillahB33 over 2 years ago - 10 comments

#172 - pypi release

Issue - State: closed - Opened by Yomguithereal almost 3 years ago - 3 comments

#171 - qsize not changing

Issue - State: closed - Opened by KillahB33 almost 3 years ago - 1 comment

#170 - Fix FILOSQLiteAckQueue.get(raw=True) throwing index error.

Pull Request - State: closed - Opened by juha-ylikoski almost 3 years ago - 2 comments

#169 - FILOSQLiteAckQueue _SQL_SELECT broken

Issue - State: closed - Opened by juha-ylikoski almost 3 years ago - 3 comments

#168 - AttributeError: module 'persistqueue' has no attribute 'SQLiteAckQueue'

Issue - State: closed - Opened by mbastida123 almost 3 years ago - 3 comments

#167 - [Regression] Can no longer retrieve None without raw=True

Issue - State: open - Opened by NovaNekmit almost 3 years ago - 1 comment

#166 - Is should be changed to ==

Issue - State: open - Opened by cn-kali-team about 3 years ago

#165 - Delete temporary file

Pull Request - State: closed - Opened by vhernando about 3 years ago - 3 comments

#164 - fix misspelled keyword 'tiemstamp' -> 'timestamp'

Pull Request - State: closed - Opened by nbuchwitz about 3 years ago - 2 comments

#163 - Fix backward compatibility for _MAX_ACKED_LENGTH

Pull Request - State: closed - Opened by relud about 3 years ago

#162 - Fix misspelling of deprecated

Pull Request - State: closed - Opened by relud about 3 years ago

#161 - Fixing docs example related to serializer

Pull Request - State: closed - Opened by Yomguithereal about 3 years ago

#160 - Issue when importing FIFOSQLiteQueue?

Issue - State: closed - Opened by SidharthBhat about 3 years ago - 1 comment

#159 - Adding PDict.get

Pull Request - State: closed - Opened by Yomguithereal about 3 years ago

#158 - Empty and Full inheriting from python.queue exceptions

Pull Request - State: closed - Opened by Yomguithereal about 3 years ago

#157 - Adding SQLiteQueue.put_nowait

Pull Request - State: closed - Opened by Yomguithereal about 3 years ago

#156 - Adding SQLiteQueue.get_nowait

Pull Request - State: closed - Opened by Yomguithereal about 3 years ago

#155 - SQLiteQueue put_nowait and get_nowait

Issue - State: closed - Opened by Yomguithereal about 3 years ago - 6 comments

#154 - Update queue total after resuming unacked tasks

Pull Request - State: closed - Opened by relud about 3 years ago

#153 - Update for various things - 0.6.0

Pull Request - State: closed - Opened by imidoriya over 3 years ago - 12 comments

#152 - Does this not work between simultaneous python processes?

Issue - State: closed - Opened by devopsjourney1 over 3 years ago - 1 comment

#151 - suggestion mongodb support

Issue - State: closed - Opened by traderpedroso over 3 years ago - 2 comments

#150 - Why is _MAX_ACKED_LENGTH Hardcoded?

Issue - State: closed - Opened by cnrmck over 3 years ago - 4 comments
Labels: bug

#149 - Queue Item Metadata

Issue - State: closed - Opened by imidoriya over 3 years ago - 4 comments
Labels: discussion

#148 - Accessing Queue on Two Different Machines

Issue - State: closed - Opened by InzamamAnwar over 3 years ago - 5 comments
Labels: feature

#147 - Permanent removal from queue?

Issue - State: closed - Opened by bbookman over 3 years ago - 10 comments
Labels: question

#146 - __str__ for Queue feature request

Issue - State: closed - Opened by bbookman over 3 years ago - 3 comments
Labels: doc

#145 - Suppress message "Default is not on the same filesystem with queue path .. "

Issue - State: closed - Opened by bbookman over 3 years ago - 1 comment

#144 - qsize() reports negative value

Issue - State: closed - Opened by imidoriya over 3 years ago - 2 comments

#143 - Move nack to end of queue

Issue - State: closed - Opened by imidoriya over 3 years ago - 1 comment

#142 - Can't dequeue corrupted pickle item

Issue - State: open - Opened by PhracturedBlue over 3 years ago - 3 comments

#141 - JSON serializer documentation is wrong

Issue - State: closed - Opened by PhracturedBlue over 3 years ago - 1 comment
Labels: doc

#139 - New release

Issue - State: closed - Opened by alexandre-macedo over 3 years ago - 1 comment
Labels: feature

#138 - .get() hangs when queue is empty

Issue - State: closed - Opened by ghost over 3 years ago - 1 comment

#136 - Can't setup a functional queue with multiple processes

Issue - State: closed - Opened by vmgustavo about 4 years ago - 3 comments
Labels: feature, future

#135 - Tests included in installation

Issue - State: closed - Opened by NovaNekmit about 4 years ago - 1 comment
Labels: bug

#134 - can't start new thread

Issue - State: closed - Opened by imidoriya about 4 years ago - 5 comments

#133 - Pre populate file based queue with contents of file

Issue - State: open - Opened by jmrichardson about 4 years ago - 1 comment

#132 - Concurrent multiprocess usage

Issue - State: open - Opened by ozen about 4 years ago - 2 comments
Labels: enhancement, doc

#131 - [WIP]Only keep 1000 acked items

Pull Request - State: closed - Opened by peter-wangxu about 4 years ago - 4 comments

#130 - Unique value or methods to check if item already exists

Issue - State: open - Opened by VictorKozachek over 4 years ago - 2 comments
Labels: question

#129 - nack option - end of queue

Issue - State: closed - Opened by imidoriya over 4 years ago - 4 comments

#128 - Any plan to support dict api?

Issue - State: closed - Opened by Cologler over 4 years ago - 2 comments

#127 - Add VACUUM for SQLiteAckQueue

Pull Request - State: closed - Opened by peter-wangxu over 4 years ago - 1 comment

#126 - Clean DB

Issue - State: closed - Opened by imidoriya over 4 years ago - 10 comments
Labels: bug, feature

#125 - Cannot make multiple objects

Issue - State: closed - Opened by varungujarathi9 over 4 years ago - 5 comments
Labels: question

#124 - Attribute 'queue' (used to get a copy of the data) missing from Queue in persistqueue

Issue - State: closed - Opened by lautaromss over 4 years ago - 2 comments
Labels: feature

#123 - Size limit does not work

Issue - State: closed - Opened by gshefer over 4 years ago - 2 comments

#122 - Create pythonapp.yml

Pull Request - State: closed - Opened by peter-wangxu over 4 years ago - 1 comment

#121 - More introduction about benchmark?

Issue - State: closed - Opened by BrightSirius over 4 years ago - 1 comment

#120 - Prepare for the release of v0.5.0

Pull Request - State: closed - Opened by peter-wangxu over 4 years ago

#119 - whitespace typo on readme heading

Pull Request - State: closed - Opened by AndyMan1 over 4 years ago

#118 - add optional autosave feature to file Queue

Pull Request - State: closed - Opened by AndyMan1 over 4 years ago - 1 comment

#117 - fix AttributeError in Queue.__del__

Pull Request - State: closed - Opened by AndyMan1 over 4 years ago - 2 comments

#116 - allow file Queue to (optionally) autosave on get()

Issue - State: closed - Opened by AndyMan1 over 4 years ago - 2 comments
Labels: enhancement

#115 - Adding #.empty to relevant queues

Pull Request - State: closed - Opened by Yomguithereal over 4 years ago

#114 - Add #.empty

Issue - State: closed - Opened by Yomguithereal over 4 years ago - 1 comment

#113 - Quote table name for safety

Pull Request - State: closed - Opened by peter-wangxu over 4 years ago

#112 - Allow explicit reclamation of resources

Pull Request - State: closed - Opened by peter-wangxu over 4 years ago - 1 comment

#111 - Table name is passed unquoted/unprotected to sqlite

Issue - State: closed - Opened by jobh over 4 years ago
Labels: bug, enhancement

#110 - queue.close() and/or queue.remove()

Issue - State: closed - Opened by jedie almost 5 years ago
Labels: bug