Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #128

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Schedules to start from 1 as they are zero indexed
mikemotteram committed Mar 24, 2023
commit a49649deb899ddbbbd4b2c17ea610f5b2d3fc3cc
14 changes: 1 addition & 13 deletions docs/scheduler/sequential.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sequential Scheduler

The sequential scheduler allows for a sequence or schedule of connectors to be used when attempting to complete a charge.
They are mapped by attempt number.
They are mapped by attempt number and are zero indexed, so the first attempt should have an index of 1.

## Format
As with all configs, the standard wrapper is used.
@@ -105,18 +105,6 @@ Value| Definition
},
"spec": {
"schedules": {
"0": {
"attemptConfig": {
"poolType": "cascade",
"methodSelector": "primary",
"connectorLimit": 0,
"methodLimit": 0,
"cascadeDelay": null,
"overridePoolConnectorIDs": [
"sandbox-connector"
]
}
},
"1": {
"attemptConfig": {
"poolType": "cascade",