-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add dogfooding script * wip - re-enable email notifications * wip - [skip-ci]
- Loading branch information
1 parent
1a180e3
commit ee581d9
Showing
5 changed files
with
9,673 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Dogfooding | ||
|
||
Goals | ||
|
||
- Load a dataset of many well-known urls | ||
- Create monitors based on those urls | ||
- Observe how the system behaves (ideally I should have email notifications turned off to preserve credits) | ||
|
||
## How to run | ||
|
||
1. Create a `.env.secrets` in the root of this repo | ||
2. Log in to Dobermann and copy the JWT from the cookies | ||
3. Define the variable `DOGFOODING_JWT=<the-jwt>` in the `.env.secrets` file | ||
4. Run it. | ||
|
Oops, something went wrong.