Peter Wang

Results 53 comments of Peter Wang

@allusernamestakenexceptthis Can you please run the benchmark script on you share? Any more info about the network share and the trace after aborted?

I personally prefer not adding the `None` into the queue since the `None` itself may cause other issue inside the queue implementation.

py27 was passed on CI: https://ci.appveyor.com/project/peter-wangxu/persist-queue/builds/19169922 what's the type of `src` and `dst`?

@Murray-LIANG loooooking forward to your change:)

AFAIK, this is the windows API limitation, `MoveFileExW` for unicode `MoveFileExA` for ascii only. Agreed with you to convert, and we can use the former function for both str or...

> SQLiteAckQueue What's the version of persist-queue and python?

Please give a try with v0.8.0beta, it should fix the issue

> I tried v0.8.0beta, and now the file size shrinks, but only after the program finished execution. The problem is, that I need to shrink the size continuously without stopping...

@kodonnell this is known limitation for file queue. In my opinion,you should reenque the failed items so that it can be processed later, can this fit your case