Closed bhsiaoNFLX closed 3 years ago
If the state conditional is:
state
function archive (schema) { ... state < '${states.active}' AND keepUntil < now() ...
I.e. configuration.md should really be:
"...created and retry state before it's archived"
Am I right?
Also, archiveCompletedAfterSeconds is currently missing documentation even though there's a unit test for it. It should be documented.
archiveCompletedAfterSeconds
If you agree, happy to create a PR :)
Yes. Please open a PR. Thanks!
PR: https://github.com/timgit/pg-boss/pull/221/commits
If the
state
conditional is:I.e. configuration.md should really be:
Am I right?
Also,
archiveCompletedAfterSeconds
is currently missing documentation even though there's a unit test for it. It should be documented.If you agree, happy to create a PR :)