Add a job that will make a request of the URL of each website. If the request returns a 200 result
do nothing. If the request returns anything except a 200 email the user that there is an issue with the website.
The job should be able to be queued and dispatched on a schedule of once per day.
Add a job that will make a request of the URL of each website. If the request returns a 200 result
do nothing. If the request returns anything except a 200 email the user that there is an issue with the website.
The job should be able to be queued and dispatched on a schedule of once per day.