public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: "Shawn K. Quinn" <skquinn@rushpost•com>
To: nncp-devel@lists.cypherpunks.ru
Subject: Possible error in documentation regarding calls
Date: Sun, 18 Jul 2021 19:26:31 -0500	[thread overview]
Message-ID: <79672e72-6e83-338b-178e-bbb55b8233e8@rushpost.com> (raw)

The documentation has this example syntax for a calls structure:

calls: [
    {
        cron: "*/1 * * * MON-FRI"
        onlinedeadline: 3600
        nice: PRIORITY+10

        autotoss: true
        autotoss-doseen: true
    },
(... lines omitted here for brevity ...)
    {
        cron: "*/5 * * * * * *"
        when-tx-exists: true
        nock: true
        mcd-ignore: true
    },
]

The last comma after the last brace and before the last bracket should
not be there from my experience. This was a very difficult configuration
issue to chase down, especially given that it came from following an
example in the documentation.

-- 
Shawn K. Quinn <skquinn@rushpost•com>
http://www.rantroulette.com
http://www.skqrecordquest.com

             reply	other threads:[~2021-07-19  0:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19  0:26 Shawn K. Quinn [this message]
2021-07-19  7:59 ` Possible error in documentation regarding calls Sergey Matveev