Skip to content

Commit

Permalink
add explanation for retrier
Browse files Browse the repository at this point in the history
  • Loading branch information
Skparab1 authored Mar 19, 2022
1 parent 7794d01 commit 0cbf84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
add: "data.json"
# done!
````
- Note: the above is ample for just one message at a time, or one message every 15 seconds (the time it takes to push to the repo)
- Note: the above is ample for just one message at a time, or one message every 15 seconds (the time it takes to push to the repo). If you weant to handle more than that, use some overrides to try committing after a few seconds. See [what i did](https://github.com/Skparab1/server/blob/main/.github/workflows/main.yml).
- But you will need to have a file named data.json formatted like this
````
{
Expand Down

0 comments on commit 0cbf84b

Please sign in to comment.