-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement: Make "StartMessage" optional #1332
Comments
@creffect, thanks for the feedback. Will look into it. |
@sapiderman Thank you for your pull request. There seems to be a miscommunication, because i didn't mean the log (logRunningInfo) but the sendMonikaStartMessage. Maybe both makes sense, but the sendMonikaStartMessage is the important part for me, because each time I get a push message. So
would probably solve this. Thank you very much! |
Updated. Now the startup notifications is also disabled when the switch is used. |
merged here #1342 |
Describe the bug
We use Monika as a cron job command (monika -r 1 --status-notification false), because our hoster doesn't support background services using nodejs. It works perfectly, but each time monika is run, it triggers the start message (Monika is running).
We have disabled this in the file @hyperjumptech/monika/lib/commands/monica.js
but of cause it would be nicer, to have an cli option to disable the startup message.
To Reproduce
Start monika, and you will get always a start message.
Expected behavior
It would be great to disable startup messages optionally.
Thank you for work great work! :)
The text was updated successfully, but these errors were encountered: