tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
234 stars 52 forks source link

Check for infinite loop and sleep after 1000 success iterations for fifottl #208

Closed oleg-jukovec closed 1 year ago

oleg-jukovec commented 1 year ago

It seems that queue/fifottl driver have the same problem (at least I don't see the processed counter reset):

https://github.com/tarantool/sharded-queue/pull/49

We need to check the code and fix it if necessary.