-
-
Notifications
You must be signed in to change notification settings - Fork 427
Closed
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teampollerData Collection related issueData Collection related issue
Milestone
Description
Describe the bug
If, for some reason, the processes table is missing, certain poller functions such as maintenance will not run and silently exists.
To Reproduce
Steps to reproduce the behavior:
-
Remove the 'processes' table
-
Run poller_maintence.php
-
See no error but also no maintenance
Expected behavior
If the processes table is required, this should be recorded as an error. If it is not required, when the table is missing the register_process_start() function should return true instead of false.
Metadata
Metadata
Assignees
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teampollerData Collection related issueData Collection related issue