mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 06:08:46 -05:00
better logging on skipped action
This commit is contained in:
@@ -59,7 +59,7 @@ class ConnectorManager:
|
|||||||
try:
|
try:
|
||||||
self._queue.put_nowait(Work(instance, action_type))
|
self._queue.put_nowait(Work(instance, action_type))
|
||||||
except queue.Full:
|
except queue.Full:
|
||||||
logging.info("queue was full, so skipping %s", instance)
|
logging.info(f"queue was full, so skipping {action_type} of type {type(instance)}")
|
||||||
return
|
return
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user