Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-29076

Syntax to be consistent across docTimer and cronTimer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 6.0.0
    • 5.5.0
    • eventing
    • None
    • Untriaged
    • Unknown

    Description

      Current Syntax:
      cronTimer(func_callback, payload_context, timestamp);
      docTimer(func_callback, doc_id, timestamp);

      Change to below to make them consistent:
      cronTimer(func_callback, timestamp, payload_context);
      docTimer(func_callback, timestamp, doc_id);

      Also see MB-29075 to make docTimers accept payloads.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Gautham.Banasandra Gautham Banasandra (Inactive)
            venkatraman.subramanian Venkatraman Subramanian (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty