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

Reduce log event count in task scheduler 10 times #64

Closed
vfedotovs opened this issue Jan 16, 2022 · 0 comments · Fixed by #66
Closed

Reduce log event count in task scheduler 10 times #64

vfedotovs opened this issue Jan 16, 2022 · 0 comments · Fixed by #66
Assignees
Labels
feat New feature or request

Comments

@vfedotovs
Copy link
Owner

2022-01-16 21:18:12,243 [MainThread ] [INFO ] : : 49: ts_loop: checking every 300 sec if cheduled task needs to run again...
2022-01-16 21:23:12,327 [MainThread ] [INFO ] : : 49: ts_loop: checking every 300 sec if cheduled task needs to run again...
2022-01-16 21:28:12,425 [MainThread ] [INFO ] : : 49: ts_loop: checking every 300 sec if cheduled task needs to run again...

From once in 5 min to once in 50 min = 3000 sec

@vfedotovs vfedotovs added the feat New feature or request label Jan 16, 2022
@vfedotovs vfedotovs self-assigned this Jan 16, 2022
vfedotovs added a commit that referenced this issue Jan 16, 2022
Fixed reduce redundant log event count in ts.py  issue #64
@vfedotovs vfedotovs linked a pull request Jan 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant