CouchBase scheduling

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

See Implementing a Scheduler Via Couchbase Eventing (Part 1)

@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

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.