Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add job runner timeout option #40

Merged
merged 3 commits into from
May 4, 2024
Merged

Add job runner timeout option #40

merged 3 commits into from
May 4, 2024

Commits on May 4, 2024

  1. Add job runner timeout option

    Otherwise, the underlying queue could have a much smaller timeout, and the runner wouldn't work properly.
    
    Also:
    - Remove the `done` channel, we can just use `jobCtx` directly.
    - Some more doc comments.
    - Add logging before job run.
    - Add a test for the extension.
    markuswustenberg committed May 4, 2024
    Configuration menu
    Copy the full SHA
    3bc7f69 View commit details
    Browse the repository at this point in the history
  2. Refactor

    markuswustenberg committed May 4, 2024
    Configuration menu
    Copy the full SHA
    5d44f70 View commit details
    Browse the repository at this point in the history
  3. Fix test

    markuswustenberg committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c0f1701 View commit details
    Browse the repository at this point in the history