Summary
Scheduled jobs (cron tasks) have no profile association in the UI. There is no way to see which profile a job runs under, and no way to set a profile per job when creating or editing one.
Current behavior
- The "New Job" form has no profile selector field
- The job list does not show which profile each job is associated with
- Jobs inherit whichever profile the WebUI server was started with (set via
config.yaml or HERMES_PROFILE env var) — this is not surfaced anywhere in the UI
Expected behavior
- The "New Job" form should include a profile selector, allowing users to choose which profile the job runs under
- The job list should display the profile for each job (at minimum as a small badge or tooltip)
- Editing an existing job should also expose the profile field
Motivation
Users with multiple profiles need control over which profile executes a scheduled job. Without this, there is no way to configure or verify profile assignment from within the UI at all — you have to know to look in config.yaml or env vars.
Summary
Scheduled jobs (cron tasks) have no profile association in the UI. There is no way to see which profile a job runs under, and no way to set a profile per job when creating or editing one.
Current behavior
config.yamlorHERMES_PROFILEenv var) — this is not surfaced anywhere in the UIExpected behavior
Motivation
Users with multiple profiles need control over which profile executes a scheduled job. Without this, there is no way to configure or verify profile assignment from within the UI at all — you have to know to look in config.yaml or env vars.