Does couchBase provide scheduling like redisson library (Java ) ?
i Have checked eventing in cocuhbase which is not fulfilling my requirement .
We want to schedule job (schedule once or periodically ) . Jobs are in java code .
Please suggest .
Thanks
@sumitbnc30 If you just want to schedule one recurring tasks in Eventing look at Recurring Timer | Couchbase Docs this is much more basic then the blog that @mreiche linked to.
Note you not quite wall clock accurate the functions will run within about 7 seconds of the scheduled time.
1 Like