-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
FlowMachineIssues related to FlowMachineIssues related to FlowMachinebugSomething isn't workingSomething isn't working
Description
The flowmachine server runs a repeating task to shrink the query cache at regular intervals. However, if an error occurs during a cache shrink, this task is killed and does not restart.
It would be preferable for the server to restart the cache-prune task on failure. This could be achieved by forcing an error during cache-pruning to bring down the docker container, but this would have the adverse impact of interrupting any flowmachine queries running at the same time. I think it would probably be preferable to log the error message and restart the cache-pruning task without interrupting the container.
Metadata
Metadata
Assignees
Labels
FlowMachineIssues related to FlowMachineIssues related to FlowMachinebugSomething isn't workingSomething isn't working