redisson icon indicating copy to clipboard operation
redisson copied to clipboard

What's the different implementation for RScheduledExecutorService.submit and RScheduledExecutorService.schedule()

Open yeah007 opened this issue 3 years ago • 1 comments

In my test environments, the tasks created RScheduledExecutorService.submit can be picked up but the task created by RScheduledExecutorService.schedule() cannot.
Even after several hours, the scheduled tasks still cannot be picked up. During the time, these tasks created RScheduledExecutorService.submit can be executed successfully.

yeah007 avatar Aug 17 '22 06:08 yeah007

Refer to https://github.com/redisson/redisson/issues/4383

yeah007 avatar Aug 17 '22 06:08 yeah007

Fixed in https://github.com/redisson/redisson/issues/4499

mrniko avatar Dec 14 '22 08:12 mrniko