Git Product home page Git Product logo

aiter-timeouts's Introduction

I'm Elias ๐ŸŒฑ

I try to keep my GitHub profile and pinned repositories fairly up-to-date with what I'm working on and proud of.

You can also read more about me on my website https://www.eliasfgabriel.com.


Trees planted with Ecologi Carbon offset with Ecologi

aiter-timeouts's People

Contributors

thearchitector avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aiter-timeouts's Issues

Timeout exceptions are not picklable

Custom exceptions for iterator and iteration timeouts do not appear to be picklable, and cause a serialization error if they need to be saved / passed between processes (possibly threads as well).

concurrent.futures.process._RemoteTraceback: 
'''
**Traceback (most recent call last):
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 392, in wait_result_broken_or_wakeup
    result_item = result_reader.recv()
  File "/usr/lib/python3.10/multiprocessing/connection.py", line 251, in recv
    return _ForkingPickler.loads(buf.getbuffer())
TypeError: IterationTimeoutError.__init__() missing 1 required positional argument: 'step'
'''**

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.