VaccineAvailabilityNotifier
VaccineAvailabilityNotifier copied to clipboard
How to test the sanity of a successful invocation?
Request to add logic to performa and share sanity check, when the app is triggered. For e.g. the moment it is triggered - send to the configured mail, that the daemon has begun, you will be notified when there is a slot available.
Please correct me, if this is already available?
Hi @harshchiki. We'll add this feature to the app. Thanks!
Thanks @abhilashkulkarniofficial , raised PR: https://github.com/kartikey54/VaccineAvailabilityNotifier/pull/33
Thanks @abhilashkulkarniofficial , raised PR: #33
Hi @abhilashkulkarniofficial is the sanity check working? I was able to run the script but did not receive any email.
Thanks @abhilashkulkarniofficial , raised PR: #33
Hi @abhilashkulkarniofficial is the sanity check working? I was able to run the script but did not receive any email.
Your watching is disabled. Try doing something like this : pm2 start vaccineNotifier.js --watch To check the ping and the logs : pm2 logs vaccineNotifier
I enabled watching with above script but till didn't receive mail. Is this a server issue?