You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first time using persistent-queue. I've made a short test script to understand how it works. I put() two items into the queue, then get() both. I noticed that the q00000 file remains after the script exits. I also noticed that when I run the script again, it adds to the data already saved in the file.
This is my first time using persistent-queue. I've made a short test script to understand how it works. I
put()
two items into the queue, thenget()
both. I noticed that the q00000 file remains after the script exits. I also noticed that when I run the script again, it adds to the data already saved in the file.The text was updated successfully, but these errors were encountered: