Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
B
bilby_pipe
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 2
    • Merge Requests 2
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lscsoft
  • bilby_pipe
  • Issues
  • #178

Closed
Open
Created Jul 27, 2020 by Avi Vajpeyi@avi.vajpeyi👽Developer

email/notifications for condor jobs

Description of issue

bilby_pipe.job_creation.node.Node().notification = False

Because this is hardcoded to False notifications are never sent on completion of condor jobs.

Suggestion

  1. Node().notification could be set to be optional, and allow the user to enter the string "Always" | "Complete" | "Error" | "Never" in the ini.

(Note: when Node().notification=False, notification="Never" in the condor sub file)

  1. We could add a condor extra line notify_user = <email-address> only when a user provides the email arg. Otherwise, notification will be sent to the "owner of the HTCondor job".
Edited Jul 27, 2020 by Avi Vajpeyi
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None