Skip to content
Snippets Groups Projects
  • Bouke van der Bijl's avatar
    12738c1a
    SPARK-1115: Catch depickling errors · 12738c1a
    Bouke van der Bijl authored
    This surroungs the complete worker code in a try/except block so we catch any error that arrives. An example would be the depickling failing for some reason
    
    @JoshRosen
    
    Author: Bouke van der Bijl <boukevanderbijl@gmail.com>
    
    Closes #644 from bouk/catch-depickling-errors and squashes the following commits:
    
    f0f67cc [Bouke van der Bijl] Lol indentation
    0e4d504 [Bouke van der Bijl] Surround the complete python worker with the try block
    12738c1a
    History
    SPARK-1115: Catch depickling errors
    Bouke van der Bijl authored
    This surroungs the complete worker code in a try/except block so we catch any error that arrives. An example would be the depickling failing for some reason
    
    @JoshRosen
    
    Author: Bouke van der Bijl <boukevanderbijl@gmail.com>
    
    Closes #644 from bouk/catch-depickling-errors and squashes the following commits:
    
    f0f67cc [Bouke van der Bijl] Lol indentation
    0e4d504 [Bouke van der Bijl] Surround the complete python worker with the try block
worker.py 3.98 KiB