This repository was archived by the owner on Jan 10, 2019. It is now read-only.

Description
Hi,
I am not sure if there is any other settings that dictate the behavior of the job queue being picked up. The queue picks up jobs for processing after the second submit, every time. I am not sure if this is relevant. From the document, job will use put function but in the example code publish is used. However, I tried both and they behave the same way.
Firs time:
info: (Job module) Add process id 638f7617-c544-45dd-8b25-040f70af06aa to Queue system
If I submit again:
info: (Job module) Add process id 07718909-53a0-4de9-bc87-f92550f0b078 to Queue system
Job get 07718909-53a0-4de9-bc87-f92550f0b078
process item 512690b85095ae9754000007
info: (Job module) done
Any help is appreciated.