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
Since we now have the ability to scrape indeed and send email notifications we should build a cron that will scrape the test scraper.html every 10 minutes or something to get that functionality tested and working.
CRONs are now running in the docker container and script execution is being logged both via the logger and a crontab log file called /var/www/html/cronErrors.txt. Right now for testing purposes, the frequency is set to every minute. I've also removed the mongo docker stuff since we don't need a network or a mongo container since we're using an external service. I've commented out the cron so it's not implicitly sending us test emails every two minutes while we're working on other stuff.
Since we now have the ability to scrape indeed and send email notifications we should build a cron that will scrape the test scraper.html every 10 minutes or something to get that functionality tested and working.
Resource: https://stackoverflow.com/questions/37458287/how-to-run-a-cron-job-inside-a-docker-container
The text was updated successfully, but these errors were encountered: