Skip to content

Investigate smarter code timeouting without killing the worker #178

Description

@jolampi

Blocking infinite loop like

while True:
    pass

prevents the worker from responding to anything. At the moment these situations are handled by killing the whole worker. If these loops could be asyncified (like input() already is) or interrupted by some other means, timeouting could be implemented within the worker itself.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions