You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In production, use the format runner-<hostname>-<random> , controller-<hostname>-<random>
Locally use some kind of incrementing id for ease of development
The text was updated successfully, but these errors were encountered:
Fixes#1047Fixes#1045
Changes `ControllerKey` and `RunnerKey` to have the format:
- `<r/c>-<hostname>-<port>-<4bytehex>` for passing around
- `<hostname>-<port>-<4bytehex>` in the db
- non production environments use shorter keys:
`r-<incrementing-digits>` and `<incrementing digits>` in db
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
In production, use the format
runner-<hostname>-<random>
,controller-<hostname>-<random>
Locally use some kind of incrementing id for ease of development
The text was updated successfully, but these errors were encountered: