Commit af9d8dd
committed
Define job polling interval in env
Currently, the application uses an env variable to define the solid
cable polling interval, in order to allow deploying instances to
tweak some platform behaviors without code changes.
This proposal is to adopt the same strategy for the job queue polling
interval. The default value (if no env variable is defined) is the
same as it is now - 0.1 seconds - but if a deploying instance needs
to run a little slower, this will enable that.1 parent 88f01ed commit af9d8dd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments