issues Search Results · repo:balena/python-pqueue language:Python
Filter by
7 results
(89 ms)7 results
inbalena/python-pqueue (press backspace or delete to remove)Hello,
I can t find exactly what is causing it or when it happens, but about once a week the cache file gets corrupted and I
have to manually delete it. Any idea what could be happening ?
Traceback (most ...
CourchesneA
- 7
- Opened on May 24, 2022
- #12
Hello,
When I try to create a pqueue in a directory that already has queue files I get an error saying that one of the queue
files can not be found. This is quite a strange error since I have multiple ...
MarionVas
- 1
- Opened on Mar 26, 2019
- #11
With the following example, if I run it and then comment out the put loop and then run it again, I get 99 printed.
def worker():
while True:
try:
item = q.get()
print ...
graingerkid
- 7
- Opened on Apr 25, 2017
- #10
Just a quick thank you for the lib - played with a few over this past week - happy I found this one :)
graingerkid
- 1
- Opened on Apr 25, 2017
- #9
The classification tags on pypi page of this library indicate that it s Operating System :: OS Independent, but it does
not work on Windows actually. I tested on Windows 10, either when you create a queue ...
JokerQyou
- 5
- Opened on Aug 19, 2016
- #4
Dear
First thank you for this module. I am using it but when I try the pop, this happens:
from pqueue import Queue
q = Queue( try )
q.put(1)
q.put( A )
q.pop()
Traceback (most recent call ...
federicohuman
- 2
- Opened on Jun 2, 2016
- #3
My queue is initialized with a path like /home/user/store; pqueue s _saveinfo method creates a temporary file and then
moves it to the directory in question.
It works fine if both, the source and the ...
ralienpp
- 13
- Opened on Mar 29, 2016
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.