Skip to content

Commit c12bc90

Browse files
committed
Update README.md
1 parent 0d78afd commit c12bc90

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ pip install nextline-schedule
2121

2222
## Configuration
2323

24-
| Environment variable | Default value | Description |
25-
| ----------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
26-
| `NEXTLINE_SCHEDULE__API` | `https://scheduler-uobd.onrender.com/api/v1/schedule/` | The [schedule API URL](https://github.com/simonsobs/scheduler-server?tab=readme-ov-file#schedule-api) |
27-
| `NEXTLINE_SCHEDULE__LENGTH_MINUTES` | 1 | |
28-
| `NEXTLINE_SCHEDULE__POLICY` | `dummy` | |
29-
| `NEXTLINE_SCHEDULE__TIMEOUT` | 60 | The timeout in seconds |
24+
| Environment variable | Default value | Description |
25+
| ------------------------------------ | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
26+
| `NEXTLINE_SCHEDULE__API` | `https://scheduler-uobd.onrender.com/api/v1/schedule/` | The [schedule API URL](https://github.com/simonsobs/scheduler-server?tab=readme-ov-file#schedule-api) |
27+
| `NEXTLINE_SCHEDULE__LENGTH_MINUTES` | 1 | |
28+
| `NEXTLINE_SCHEDULE__POLICY` | `dummy` | |
29+
| `NEXTLINE_SCHEDULE__TIMEOUT` | 60 | The timeout in seconds |
30+
| `NEXTLINE_SCHEDULE__DUMMY_SCHEDULER` | `false` | (For test) If `true`, use the dummy scheduler instead of the SO scheduler |

0 commit comments

Comments
 (0)