Created Crontab (markdown)

d47081 2023-10-19 03:58:20 +03:00
parent 486ad64dfd
commit 4ba6dc7d80

9
Crontab.md Normal file

@ -0,0 +1,9 @@
Calculates torrent scrape totals, usually one torrent per minute
* `/crontab/torrent/scrape/{key}`
***
`{key}` - is the application access key string, passed in URL to prevent third party HTTP requests.
Could be configured according to the environment. By default - hosted in `.env` file, `APP_KEY=EDITME` option.