Skip to content

Commit

Permalink
docs: add new support line
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 22, 2021
1 parent 15ca360 commit 25785b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/appier_extras/parts/diag/part.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ class DiagPart(appier.Part):
Notice that most of the diagnostics is performed locally and is
not optimized for proper asynchronous usage.
Buffer backed support exists for the following remote services:
loggly and logstaash, allowing almost async usage with minimal
impact in the main execution thread. The implementation of the
flush operation depends on the network library in use, meaning
that if a proper "delayer" method exists it may not even block
the main thread for the network operations.
"""

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 25785b7

Please sign in to comment.