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

Scheduler Task Thread - Update Logging #191

Merged
merged 1 commit into from Mar 19, 2021

Conversation

road-cycling
Copy link
Collaborator

@road-cycling road-cycling commented Mar 19, 2021

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Logging issue on task thread causes exception which halts thread.

[WARNING/MainProcess] Exception in thread Thread-4:
Traceback (most recent call last):
File "/home/python3.6/threading.py", line 916, in _bootstrap_inner
     self.run()
   File "/home/python3.6/threading.py", line 864, in run
     self._target(*self._args, **self._kwargs)
   File "/home/panoptes/yahoo_panoptes/framework/plugins/scheduler.py", line 182, in _plugin_scheduler_task_thread
     self._plugin_type_display_name, self._cycles_without_lock)
 TypeError: not enough arguments for format string

@coveralls
Copy link

Pull Request Test Coverage Report for Build 742

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.031%

Totals Coverage Status
Change from base Build 739: 0.0%
Covered Lines: 5847
Relevant Lines: 6285

💛 - Coveralls

@rexfury-of-oath rexfury-of-oath merged commit 409d786 into master Mar 19, 2021
@rexfury-of-oath rexfury-of-oath deleted the update_scheduler_logging branch March 19, 2021 17:56
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

Successfully merging this pull request may close these issues.

None yet

3 participants