Scheduled report does not run after netbox containers/pods restart #9687

Closed
opened 2025-12-29 21:20:51 +01:00 by adam · 0 comments
Owner

Originally created by @winadm87 on GitHub (May 15, 2024).

Deployment Type

Self-hosted

NetBox Version

v3.6.4

Python Version

3.10

Steps to Reproduce

  1. Create a netbox report
  2. Schedule report to recurring for 5 min
  3. Wait for first schedule iteration, report will run and make a schedule for next run in next 5 min
  4. Restart netbox pods/containers, e.g. docker compose restart

Expected Behavior

Netbox pods/containers restart should not affect scheduled reports

Observed Behavior

Go back to UI and observe that scheduled job pass next iteration time without execution and do not re-schedule itself.
We can observe the same behavior as for "local docker compose deployment" and for k8s deployment.

Originally created by @winadm87 on GitHub (May 15, 2024). ### Deployment Type Self-hosted ### NetBox Version v3.6.4 ### Python Version 3.10 ### Steps to Reproduce 1. Create a netbox report 2. Schedule report to recurring for 5 min 3. Wait for first schedule iteration, report will run and make a schedule for next run in next 5 min 4. Restart netbox pods/containers, e.g. `docker compose restart` ### Expected Behavior Netbox pods/containers restart should not affect scheduled reports ### Observed Behavior Go back to UI and observe that scheduled job pass next iteration time without execution and do not re-schedule itself. We can observe the same behavior as for "local docker compose deployment" and for k8s deployment.
adam closed this issue 2025-12-29 21:20:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9687