-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.4.1
Python version
3.9
Steps to Reproduce
- Schedule a Script to execute at any time
- Wait for job to be run
- Check duration of execution
Expected Behavior
Script execution time should be counted from the scheduled time/started and completed at.
Observed Behavior
Script execution time is being counted from creation time until completion:
As you can see the script only ran for one minute, however if I go and check the script result it gives me 14 hours, which correlates to the time of creation.
This may be happening to reports also, I don't have any to test with.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application

