logo
python-platonic
Decisions
Initializing search
    python-platonic
    • python-platonic
    • Interfaces
    • Backends
    • Implementations
    • Supplementals
    • Decisions
    python-platonic
    • python-platonic
      • Interfaces
        • Queue
        • Structure
        • Delivery Guarantees
        • Order Preservation
          • Custom data types
          • Via inheritance
          • Via typecasts
          • Custom serializations
        • Sender
        • Receiver
        • Dict
      • Backends
      • Amazon SQS
      • Implementations
        • Queue/SQS
          • SQSReceiver
          • Permissions
          • Receive a message
          • Acknowledge
          • SQSSender
          • Permissions
          • Send a message
          • Send many messages
      • Supplemental Materials
        • typecasts
          • Creating a typecast
          • As a λ
          • With parameters
          • With @register decorator
          • Deducing conversions
          • By Inheritance
          • By Transitivity
        • Custom typecasts repositories
        • Defaults
      • DDD
      • generic-args
      • platonic.timeout
      • Decisions
      • Timeout vs Blocking operations
      • SQS Batch Size increase

    Decisions

    Here, we document:

    • What was changed in the project
    • and why.
    Previous platonic.timeout
    Next Timeout vs Blocking operations
    Copyright © 2021 python-platonic
    Made with Material for MkDocs