shiota

Results 2 issues of shiota

Use bulk operation for performance to enqueue a large number of add-tasks or delete a queue with a large number of tasks. ref: https://github.com/pfnet-research/pftaskqueue/issues/28 https://github.com/pfnet-research/pftaskqueue/pull/45 https://github.com/pfnet-research/pftaskqueue/pull/44

We want to reduce redis load by delete-queue command when the queue has a large number of tasks. *a large number is about 10^6 I implemented following improvements: - use...

release-note/feature