Skip to content
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

Previous alerts are being send out again #4

Closed
scubix opened this issue Feb 17, 2022 · 1 comment
Closed

Previous alerts are being send out again #4

scubix opened this issue Feb 17, 2022 · 1 comment

Comments

@scubix
Copy link

scubix commented Feb 17, 2022

When receiving an alert, previous alerts were send out again as well :

17-02-2022 14:30:29 | INFO | Sending webhook alert<Alert: BTC Trade>, content: {'c': 'STOP', 't': '1234567890'}
17-02-2022 14:30:29 | OK | Sent webhook alert successfully!
17-02-2022 14:30:29 | INFO | The whole process taken 21.792s.
17-02-2022 14:30:30 | INFO | Sending webhook alert<Alert: BTC Trade>, content: {'c': 'SELL', 't': '1234567890'}
17-02-2022 14:30:30 | OK | Sent webhook alert successfully!
17-02-2022 14:30:30 | INFO | The whole process taken 178215.88s.
17-02-2022 14:30:32 | INFO | Sending webhook alert<Alert: BTC Trade>, content: {'c': 'BUY', 't': '1234567890'}
17-02-2022 14:30:32 | OK | Sent webhook alert successfully!
17-02-2022 14:30:32 | INFO | The whole process taken 227609.068s.
17-02-2022 14:30:33 | INFO | Sending webhook alert<Alert: BTC Trade>, content: {'c': 'SELL', 't': '1234567890'}
17-02-2022 14:30:33 | OK | Sent webhook alert successfully!
17-02-2022 14:30:33 | INFO | The whole process taken 253824.331s.

The process time is also completely wrong because they were old alerts.

@soranoo
Copy link
Owner

soranoo commented Feb 19, 2022

After many tests, I did not encounter the relevant situation but I will try to fix it as possible as I can. I hope the next update will help with the problem.

soranoo added a commit that referenced this issue Feb 19, 2022
soranoo added a commit that referenced this issue Aug 6, 2022
[+] Fixed issues #4 #6
[+] Added `imap_auto_reconnect` & `imap_auto_reconnect_wait` (config.example.toml)
[+] Updated README.md
@soranoo soranoo closed this as completed Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants