Skip to content

Add job to launcher routing #176

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

Merged
merged 3 commits into from
Jul 17, 2025
Merged

Add job to launcher routing #176

merged 3 commits into from
Jul 17, 2025

Conversation

yann-eugone
Copy link
Contributor

@yann-eugone yann-eugone commented Jul 17, 2025

You might define multiple job launchers, and will want to configure the relation between job and launcher.
For instance, you might prefer running some jobs with an async job launcher, but not all.
You can configure this routing like the following:

yokai_batch:
  launcher:
    default: simple
    launchers:
      simple: simple://simple
      console: console://console
    routing:
      export_job_name: simple
      import_job_name: console

@yann-eugone yann-eugone changed the title Add job to job launcher routing Add job to launcher routing Jul 17, 2025
@yann-eugone yann-eugone changed the title Add job to launcher routing Add job to launcher routing Jul 17, 2025
Copy link

codecov bot commented Jul 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.73%. Comparing base (1303c6c) to head (030c1d4).
Report is 1 commits behind head on 0.x.

Additional details and impacted files
@@            Coverage Diff            @@
##                0.x     #176   +/-   ##
=========================================
  Coverage     99.73%   99.73%           
- Complexity      929      939   +10     
=========================================
  Files           155      157    +2     
  Lines          2999     3035   +36     
=========================================
+ Hits           2991     3027   +36     
  Misses            8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yann-eugone yann-eugone requested a review from Elkawaie July 17, 2025 09:35
@yann-eugone yann-eugone merged commit 5a5d567 into 0.x Jul 17, 2025
11 checks passed
@yann-eugone yann-eugone deleted the launcher-routing branch July 17, 2025 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants