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

Event Rules not creating jobs #17444

Closed
PaulR282 opened this issue Sep 11, 2024 · 1 comment · Fixed by #17458
Closed

Event Rules not creating jobs #17444

PaulR282 opened this issue Sep 11, 2024 · 1 comment · Fixed by #17458
Assignees
Labels
severity: medium Results in substantial degraded or broken functionality for specfic workflows status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@PaulR282
Copy link

Deployment Type

Self-hosted

NetBox Version

v4.1.0

Python Version

3.12

Steps to Reproduce

  1. Create an Event Rule to e.g. trigger a script when a device is created
  2. Create a device

Expected Behavior

Job should be created running the script

Observed Behavior

No job is created. (Docker Container) console output:
Cannot import events pipeline extras.events.process_event_queue error: core.models.jobs.Job.enqueue() got multiple values for keyword argument 'name'

@PaulR282 PaulR282 added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels Sep 11, 2024
@arthanson arthanson added status: accepted This issue has been accepted for implementation severity: medium Results in substantial degraded or broken functionality for specfic workflows and removed status: needs triage This issue is awaiting triage by a maintainer labels Sep 11, 2024
@arthanson arthanson self-assigned this Sep 11, 2024
@aaronhuff
Copy link

I have the same problem with my post upgrade testing. I replicated this in both my dev and test environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity: medium Results in substantial degraded or broken functionality for specfic workflows status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants